 | ContextServiceTContext Class |
Base class for a service that holds contexts that can be accessed by a
Int32 key.
Inheritance Hierarchy
Namespace:
Slash.Unity.DataBind.StrangeIoC
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic class ContextService<TContext> : ContextService<TContext, int>
Public Class ContextService(Of TContext)
Inherits ContextService(Of TContext, Integer)
generic<typename TContext>
public ref class ContextService : public ContextService<TContext, int>
type ContextService<'TContext> =
class
inherit ContextService<'TContext, int>
end
Type Parameters
- TContext
- Type of context.
The ContextServiceTContext type exposes the following members.
Constructors
See Also