Method Element
Element(string)
Finds the first child with the given local name, in any namespace.
public RdlElement? Element(string localName)
Parameters
localNamestringThe local name to find.
Returns
- RdlElement
The child, or null when there is none.