Click or drag to resize

GenericTreeTClimb2Top method

Shimmies up through the tree (up to the root) and calls up the action for each node.

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public void Climb2Top(
	
	Action<T> callback
)

Parameters

callback  ActionT
The callback of type Action<T> to be called for each node.
See also