'Declaration
Public Overridable Function BuildTrees( _ ByVal objects As NList, _ ByRef map As NObjectGraphPartMap _ ) As NTree()
'Usage
Dim instance As NGraphBuilder Dim objects As NList Dim map As NObjectGraphPartMap Dim value() As NTree value = instance.BuildTrees(objects, map)
public virtual NTree[] BuildTrees( NList objects, out NObjectGraphPartMap map )
Parameters
- objects
- map