internal SectionInput(System.Configuration.SectionXmlInfo sectionXmlInfo, List<ConfigurationException> errors)
 {
     this._sectionXmlInfo = sectionXmlInfo;
     this._errors = errors;
     this._result = s_unevaluated;
     this._resultRuntimeObject = s_unevaluated;
 }
Example #2
0
 internal SectionInput(System.Configuration.SectionXmlInfo sectionXmlInfo, List <ConfigurationException> errors)
 {
     this._sectionXmlInfo      = sectionXmlInfo;
     this._errors              = errors;
     this._result              = s_unevaluated;
     this._resultRuntimeObject = s_unevaluated;
 }
 internal LocationSectionRecord(System.Configuration.SectionXmlInfo sectionXmlInfo, List<ConfigurationException> errors)
 {
     this._sectionXmlInfo = sectionXmlInfo;
     this._errors = errors;
 }
 internal LocationSectionRecord(System.Configuration.SectionXmlInfo sectionXmlInfo, List <ConfigurationException> errors)
 {
     this._sectionXmlInfo = sectionXmlInfo;
     this._errors         = errors;
 }