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

EnsureSectionRecordUnsafe() protected méthode

protected EnsureSectionRecordUnsafe ( string configKey, bool permitErrors ) : SectionRecord
configKey string
permitErrors bool
Résultat SectionRecord
        protected SectionRecord EnsureSectionRecordUnsafe(string configKey, bool permitErrors) {
            return EnsureSectionRecordImpl(configKey, permitErrors, false);
        }
BaseConfigurationRecord