Foobricator.Tools.DataReference.CurrentContext C# (CSharp) Method

CurrentContext() public static method

Get the current context of named sources.
public static CurrentContext ( ) : object>.IDictionary
return object>.IDictionary
        public static IDictionary<string, object> CurrentContext()
        {
            return _contextScope;
        }