BTool.AttrUuid.AttrUuid C# (CSharp) Method

AttrUuid() static private method

static private AttrUuid ( ) : System.Collections.Generic
return System.Collections.Generic
        static AttrUuid()
        {
            uuidDictAccess = new Mutex();
            uuidDict = new Dictionary<string, UuidData>();
        }
AttrUuid