'Declaration Public Overloads Shared Function New( _ ByVal type As System.Type _ ) As System.Object
public static System.object New( System.Type type )
Parameters
- type
- The type.
Return Value
A new instance of type T.
'Declaration Public Overloads Shared Function New( _ ByVal type As System.Type _ ) As System.Object
public static System.object New( System.Type type )