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