Click or drag to resize

IExpandableNodeTraverse method

Goes recursively through the tree and calls the action for each node.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
Object? Traverse(
	
	Func<int, IExpandableNode, Object?, Object?> callback
)

Parameters

callback  FuncInt32, IExpandableNode, Object, Object
The callback of type Func<int, IExpandableNode, object, object> to be called for each node.

Return value

Object
The topmost UserObject for the tree or null.
See also