'宣言 <System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedAttribute( _ ByVal element As System.Xml.Linq.XElement, _ ByVal name As System.Xml.Linq.XName _ ) As XHint
'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function IndexedAttribute( _ ByVal element As System.Xml.Linq.XElement, _ ByVal name As System.Xml.Linq.XName _ ) As XHint
[System.Runtime.CompilerServices.Extension()] public static XHint IndexedAttribute( System.Xml.Linq.XElement element, System.Xml.Linq.XName name )
var query = from c in customers where (string)c.IndexedAttribute("CustomerID") == "ALFKI" select c;
XmlExtensions クラス XmlExtensions メンバ オーバーロード一覧