Sparkline for UWP | ComponentOne
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 Type _
    ) As Object
    public static object New( 
       Type type
    )

    Parameters

    type
    The type.

    Return Value

    A new instance of type T.
    See Also