AcTools.DataAnalyzer.HashStorage.HashStorage C# (CSharp) Метод

HashStorage() публичный Метод

public HashStorage ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public HashStorage() {
            _dictionary = new Dictionary<string, Dictionary<string, string>>();
        }