In This Topic
Creates a new instance of this type using the default constructor.
Syntax
'Declaration
Public Overloads Shared Function New( _
ByVal As Type _
) As Object
public static object New(
Type
)
Parameters
- type
- The type.
Return Value
A new instance of type T.
See Also