System.Configuration.BaseConfigurationRecord.EnsureFactories C# (CSharp) Méthode

EnsureFactories() protected méthode

protected EnsureFactories ( ) : Hashtable
Résultat Hashtable
        protected Hashtable EnsureFactories() {
            if (_factoryRecords == null) {
                _factoryRecords = new Hashtable();
            }

            return _factoryRecords;
        }
BaseConfigurationRecord