System.Configuration.BaseConfigurationRecord.EnsureFactories C# (CSharp) 메소드

EnsureFactories() 보호된 메소드

protected EnsureFactories ( ) : Hashtable
리턴 Hashtable
        protected Hashtable EnsureFactories() {
            if (_factoryRecords == null) {
                _factoryRecords = new Hashtable();
            }

            return _factoryRecords;
        }
BaseConfigurationRecord