IParentNode.FirstElementChild

IParentNode.FirstElementChild property

Returns the first child that is an element, and null otherwise.

public Element FirstElementChild { get; }

Property Value

The first element child.

See Also