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