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

EnsureSectionRecord() 보호된 메소드

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