sp; string text3 = null;
ConfigUtils.GetAndRemoveRequiredNonEmptyStringAttribute(node2, "name", ref text2);
ConfigUtils.GetAndRemoveRequiredNonEmptyStringAttribute(node2, "type", ref text3);
NameValueCollection collection1 = new NameValueCollection();
foreach (XmlAttribute attribute1 in node2.Attributes)
{
if ((attribute1.Name != null) && (attribute1.Name.Length > 0))
{
 
ConfigUtils.GetAndRemoveRequiredNonEmptyStringAttribute(node2, "name", ref text2);
ConfigUtils.GetAndRemoveRequiredNonEmptyStringAttribute(node2, "type", ref text3);
NameValueCollection collection1 = new NameValueCollection();
foreach (XmlAttribute attribute1 in node2.Attributes)
{
if ((attribute1.Name != null) && (attribute1.Name.Length > 0))
{
 
| 对此文章发表了评论 |

