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