| C1.UWP Assembly > C1.Xaml Namespace > TypeEx Class > New Method : New<T>(Type,Action<T>) Method |
'Declaration Public Overloads Shared Function New(Of T)( _ ByVal type As System.Type, _ ByVal initializers As System.Action(Of T) _ ) As T
public static T New<T>( System.Type type, System.Action<T> initializers )