System.Configuration.LocationSectionRecord.LocationSectionRecord C# (CSharp) Méthode

LocationSectionRecord() private méthode

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