ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class / New Method / New(Type) Method
The type.

In This Topic
    New(Type) Method
    In This Topic
    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