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