 | ContextServiceTContext, TIdContexts Property |
Enumerator for all stored contexts.
Namespace:
Slash.Unity.DataBind.StrangeIoC
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic IEnumerable<TContext> Contexts { get; }
Public ReadOnly Property Contexts As IEnumerable(Of TContext)
Get
public:
property IEnumerable<TContext>^ Contexts {
IEnumerable<TContext>^ get ();
}
member Contexts : IEnumerable<'TContext> with get
Property Value
Type:
IEnumerableTContext
See Also