Pretzel.Logic.Configuration.Configuration C# (CSharp) Méthode

Configuration() private méthode

private Configuration ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        internal Configuration()
        {
            _config = new Dictionary<string, object>();
            EnsureDefaults();
        }

Same methods

Configuration::Configuration ( IFileSystem fileSystem, string sitePath ) : System.Collections.Generic