Interface ICompositeNodeT

ICompositeNode<T> interface

The interface for nodes that can contain other nodes.

public interface ICompositeNode<T> : ICompositeNode, IEnumerable<T>
    where T : INode
ParameterDescription
TType of child nodes

See Also