Method CreateAs
CreateAs<T>(WindowKind)
Creates window with specified type and window kind.
public static T CreateAs<T>(WindowKind windowKind) where T : Window
Parameters
windowKind
WindowKindWindow kind to use when window is created.
Returns
- T
Type Parameters
T
Type of the window to create.