public static ScopeContext<TContext> Instance { get; }
Public Shared ReadOnly Property Instance As ScopeContext(Of TContext)
Get
public:
static property ScopeContext<TContext>^ Instance {
ScopeContext<TContext>^ get ();
}
static member Instance : ScopeContext<'TContext> with get