System.Configuration.SectionInput.SectionInput C# (CSharp) Метод

SectionInput() приватный Метод

private SectionInput ( SectionXmlInfo sectionXmlInfo, List errors ) : System
sectionXmlInfo SectionXmlInfo
errors List
Результат System
        internal SectionInput(SectionXmlInfo sectionXmlInfo, List<ConfigurationException> errors) {
            _sectionXmlInfo = sectionXmlInfo;
            _errors = errors;

            _result = s_unevaluated;
            _resultRuntimeObject = s_unevaluated;
        }