AcTools.DataAnalyzer.HashStorage.HashStorage C# (CSharp) Méthode

HashStorage() public méthode

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