 | IExpandableNodeTraverse method |
Goes recursively through the tree and calls the action for each node.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
SyntaxObject? Traverse(
Func<int, IExpandableNode, Object?, Object?> callback
)
Function Traverse (
callback As Func(Of Integer, IExpandableNode, Object, Object)
) As Object
Object^ Traverse(
Func<int, IExpandableNode^, Object^, Object^>^ callback
)
abstract Traverse :
callback : Func<int, IExpandableNode, Object, Object> -> Object
Parameters
- callback FuncInt32, IExpandableNode, Object, Object
- The callback of type Func<int, IExpandableNode, object, object> to be called for each node.
Return value
ObjectThe topmost UserObject for the tree or null.
See also