Click or drag to resize

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
Syntax
public void SetContext(
	TId id,
	TContext context
)

Parameters

id
Type: TId
Id to store context at.
context
Type: TContext
Context to store.
See Also