'Declaration
Public Overridable Function BuildTree( _ ByVal obj As System.Object, _ ByRef map As NObjectGraphPartMap _ ) As NTree
'Usage
Dim instance As NGraphBuilder Dim obj As System.Object Dim map As NObjectGraphPartMap Dim value As NTree value = instance.BuildTree(obj, map)
public virtual NTree BuildTree( System.object obj, out NObjectGraphPartMap map )
Parameters
- obj
- map