Click or drag to resize

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>()

Type Parameters

T
The type to create.

Return Value

Type: T
A reference to the newly created object.
See Also