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

SectionInput() private méthode

private SectionInput ( SectionXmlInfo sectionXmlInfo, List errors ) : System
sectionXmlInfo SectionXmlInfo
errors List
Résultat System
        internal SectionInput(SectionXmlInfo sectionXmlInfo, List<ConfigurationException> errors) {
            _sectionXmlInfo = sectionXmlInfo;
            _errors = errors;

            _result = s_unevaluated;
            _resultRuntimeObject = s_unevaluated;
        }