ScopeStorage.CurrentScope Property

Definition

Gets the dictionary that is used to store data in the current scope.

public static System.Collections.Generic.IDictionary<object,object> CurrentScope { get; }
member this.CurrentScope : System.Collections.Generic.IDictionary<obj, obj>
Public Shared ReadOnly Property CurrentScope As IDictionary(Of Object, Object)

Property Value

The dictionary that stores current scope data.

Applies to