Arc.Infrastructure.Registry.HybridRegistry.GetThreadRegistry C# (CSharp) Method

GetThreadRegistry() private method

private GetThreadRegistry ( ) : IDictionary
return IDictionary
        private IDictionary GetThreadRegistry()
        {
            if (_map == null)
            {
                _map = new Hashtable();
            }
            return _map;
        }