Click or drag to resize

GenericTreeTTraverse(FuncInt32, T, Object, Object) Method

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

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public Object? Traverse(
	
	Func<int, T, Object?, Object?> callback
)

Parameters

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

Return value

Object
The top-level UserObject for the tree.
See also