ComponentOne Basic Library for UWP
New(Type) Method

C1.UWP Assembly > C1.Xaml Namespace > TypeEx Class > New Method : New(Type) Method
The type.
Creates a new instance of this type using the default constructor.
Syntax
'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.
See Also

Reference

TypeEx Class
TypeEx Members
Overload List