'宣言 <System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedAttribute( _ ByVal attribute As System.Xml.Linq.XAttribute _ ) As XHint
'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedAttribute( _ ByVal attribute As System.Xml.Linq.XAttribute _ ) As XHint
[System.Runtime.CompilerServices.Extension()] 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 メンバ オーバーロード一覧