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