Node.HasChildNodes

Node.HasChildNodes method

Returns whether this node has any children.

public bool HasChildNodes()

Return Value

true if has child nodes otherwise, false.

See Also