| Overload | Description |
|---|---|
| GetLastChild() | Gets the last child node |
| GetLastChild(INFilter<NNode>) | Gets the last child node, which satisfies the specified filter |
| GetLastChild(NSchema) | Gets the last child, that is an instance of the specified schema. |
| GetLastChild<TNode>() | Gets the last child node, which is an instance of the specified type. |