IParentNode.ChildElementCount

IParentNode.ChildElementCount property

The childElementCount attribute must return the number of children of the context object that are elements.

public int ChildElementCount { get; }

Property Value

The child element count.

See Also