| UtilitiesCreateInstanceT Method |
Creates an instance of the specified type.
Namespace:
Ditto.AsyncInit.Internal
Assembly:
Ditto.AsyncInit (in Ditto.AsyncInit.dll) Version: 1.5.0.2281
Syntax public static T CreateInstance<T>()
Public Shared Function CreateInstance(Of T) As T
public:
generic<typename T>
static T CreateInstance()
static member CreateInstance : unit -> 'T
Type Parameters
- T
- The type to create.
Return Value
Type:
TA reference to the newly created object.
See Also