| Overload | Description |
|---|---|
| GetChildren() | Gets a list that contains the children of this node. |
| GetChildren(INFilter<NNode>) | Gets a list that contains the children of this node that satisfy the specified filter. If no children satisfy the given filter, empty list is returned. |
| GetChildren<TNode>() | Gets a list that contains the children of this node that are of the given type. If no children satisfy the given filter, empty list is returned. |
| GetChildren<TNode>(INFilter<NNode>) | Gets a list that contains the children of this node that satisfy the specified filter. If no children satisfy the given filter, empty list is returned. |