コード例 #1
0
 public static string GetNamedAttributeText(this IXmlNode node, string name)
 {
     return(node.GetNamedAttribute(name).GetText());
 }