Method Get
Get<T>()
Gets a singleton previously defined in this context bag via it's type T
.
public T Get<T>() where T : notnull
Returns
- T
Type Parameters
T
The type of the object defined in this context bag.
Gets a singleton previously defined in this context bag via it's type T
.
public T Get<T>() where T : notnull
T
The type of the object defined in this context bag.