Click or drag to resize

ContextServiceTContext Class

Base class for a service that holds contexts that can be accessed by a Int32 key.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.StrangeIoCContextServiceTContext, Int32
    Slash.Unity.DataBind.StrangeIoCContextServiceTContext

Namespace:  Slash.Unity.DataBind.StrangeIoC
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ContextService<TContext> : ContextService<TContext, int>

Type Parameters

TContext
Type of context.

The ContextServiceTContext type exposes the following members.

Constructors
  NameDescription
Public methodContextServiceTContext
Initializes a new instance of the ContextServiceTContext class
Top
See Also