Click or drag to resize

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
Syntax
public TContext GetContext(
	TId id
)

Parameters

id
Type: TId
Id to get context for.

Return Value

Type: TContext
Context that is stored under the specified id, if there is one; otherwise, null.
See Also