System.Configuration.LocationSectionRecord.LocationSectionRecord C# (CSharp) Method

LocationSectionRecord() private method

private LocationSectionRecord ( SectionXmlInfo sectionXmlInfo, List errors ) : System.Configuration.Internal
sectionXmlInfo SectionXmlInfo
errors List
return System.Configuration.Internal
        internal LocationSectionRecord(SectionXmlInfo sectionXmlInfo, List<ConfigurationException> errors) {
            _sectionXmlInfo = sectionXmlInfo;
            _errors = errors;
        }