| IContainerStrategyBuildUpT Method |
Builds up an instance of the specified type.
Namespace:
Ditto.AsyncInit.Services
Assembly:
Ditto.AsyncInit.Services (in Ditto.AsyncInit.Services.dll) Version: 1.5.0.2468
Syntax void BuildUp<T>(
T value
)
Sub BuildUp(Of T) (
value As T
)
generic<typename T>
void BuildUp(
T value
)
abstract BuildUp :
value : 'T -> unit
Parameters
- value
- Type: T
The object to build up.
Type Parameters
- T
- The type of object to build up.
See Also