 | ContextServiceTContext, TIdSetContext Method |
Sets the context for the specified id.
Namespace:
Slash.Unity.DataBind.StrangeIoC
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void SetContext(
TId id,
TContext context
)
Public Sub SetContext (
id As TId,
context As TContext
)
public:
void SetContext(
TId id,
TContext context
)
member SetContext :
id : 'TId *
context : 'TContext -> unit
Parameters
- id
- Type: TId
Id to store context at. - context
- Type: TContext
Context to store.
See Also