System.Configuration.BaseConfigurationRecord.EnsureSectionRecord C# (CSharp) Method

EnsureSectionRecord() protected method

protected EnsureSectionRecord ( string configKey, bool permitErrors ) : SectionRecord
configKey string
permitErrors bool
return SectionRecord
        protected SectionRecord EnsureSectionRecord(string configKey, bool permitErrors) {
            return EnsureSectionRecordImpl(configKey, permitErrors, true);
        }
BaseConfigurationRecord