System.Configuration.LocationSectionRecord.LocationSectionRecord C# (CSharp) 메소드

LocationSectionRecord() 개인적인 메소드

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