Declaration
public static XElement ElementI(
this XElement element,
string name
)
Summary
Gets the first (in document order) child element with the specified local name (ignoring the namespace).
Parameters
this XElement | element |
XML element to search. |
string | name |
The name to match. |
Returns
The first element found or
null
if no such element exists.