Method GetChildren
GetChildren(T)
Returns all children of a given forObject which should be added to the tree as new branches
underneath it.
public abstract IEnumerable<T> GetChildren(T forObject)
Parameters
forObjectTThe object whose children should be returned.
Returns
- IEnumerable<T>
The child objects.