CompositeNodeBase.GetChildNodes

CompositeNodeBase.GetChildNodes<T1> method

Get all child nodes by the node type.

public abstract List<T1> GetChildNodes<T1>()
    where T1 : class, INode
ParameterDescription
T1The type of elements in the returned list.

Return Value

A list of child nodes.

See Also