 | ContextServiceTContext, TIdGetContext Method |
Returns the context that is stored under the specified key.
Namespace:
Slash.Unity.DataBind.StrangeIoC
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic TContext GetContext(
TId id
)
Public Function GetContext (
id As TId
) As TContext
public:
TContext GetContext(
TId id
)
member GetContext :
id : 'TId -> 'TContext
Parameters
- id
- Type: TId
Id to get context for.
Return Value
Type:
TContextContext that is stored under the specified id, if there is one; otherwise, null.
See Also