'宣言 Public Overloads Shared Function IndexedAttribute( _ ByVal attribute As System.Xml.Linq.XAttribute _ ) As XHint
public static XHint IndexedAttribute( System.Xml.Linq.XAttribute attribute )
var query = from c in customers where (string)c.Attribute("CustomerID").IndexedAttribute() == "ALFKI" select c;
XmlExtensions クラス XmlExtensions メンバ オーバーロード一覧