This method is responsible for initializing all of the
TreeVertexs, setting
TreeVertex.Initialized,
TreeVertex.Level,
TreeVertex.Parent, and
TreeVertex.Children, and making sure
RootVertexes has at least one suitable
TreeVertex in it.
Syntax
protected virtual void CreateTrees()
See Also