Interface ICompositeNode

ICompositeNode interface

The interface for nodes that can contain other nodes.

public interface ICompositeNode

Methods

NameDescription
GetChildNodes<T1>()Get all child nodes by the node type.

See Also