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

EnsureSectionRecordUnsafe() protected method

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