AcTools.DataAnalyzer.HashStorage.HashStorage C# (CSharp) Method

HashStorage() public method

public HashStorage ( ) : System.Collections.Generic
return System.Collections.Generic
        public HashStorage() {
            _dictionary = new Dictionary<string, Dictionary<string, string>>();
        }