| AsyncInitializerTFrom, TToCreateInstance Method |
Creates an instance of TTo.
Namespace:
Ditto.AsyncInit.Services
Assembly:
Ditto.AsyncInit.Services (in Ditto.AsyncInit.Services.dll) Version: 1.5.0.2468
Syntax protected virtual TTo CreateInstance()
Protected Overridable Function CreateInstance As TTo
protected:
virtual TTo CreateInstance()
abstract CreateInstance : unit -> 'TTo
override CreateInstance : unit -> 'TTo
Return Value
Type:
TToInstance of
TTo.
See Also