System.Configuration.BaseConfigurationRecord.EnsureSectionRecordUnsafe C# (CSharp) Метод

EnsureSectionRecordUnsafe() защищенный Метод

protected EnsureSectionRecordUnsafe ( string configKey, bool permitErrors ) : SectionRecord
configKey string
permitErrors bool
Результат SectionRecord
        protected SectionRecord EnsureSectionRecordUnsafe(string configKey, bool permitErrors) {
            return EnsureSectionRecordImpl(configKey, permitErrors, false);
        }
BaseConfigurationRecord