CompositeNode1.IsComposite

CompositeNode<T>.IsComposite property

Checks whether the node is composite. If true then the node can have child nodes.

public bool IsComposite { get; }

See Also