AcTools.DataAnalyzer.HashStorage.HashStorage C# (CSharp) 메소드

HashStorage() 공개 메소드

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