0
我是小新的LINQ,並想知道我怎麼可以在下面的基於XML的使用擴展方法(不使用查詢表達式)使用LINQ擴展方法在XML中選擇一個元素
應用程序名稱選擇應用<applicationlist>
<application>
<name>test1</name>
<ele1>852</ele1
<ele2>http://localhost/test1</ele2>
</application>
<application>
<name>test2</name>
<ele1>456</ele1
<ele2>http://localhost/test2</ele2>
</application>
</applicationlist>
這是一個美妙的解釋。非常感謝。編輯我的問題也適當框架。 – Amit 2010-08-11 06:31:00