 | GenericTreeTClimb2Top method |
Shimmies up through the tree (up to the root)
and calls up the action for each node.
Namespace: NetEti.GlobalsAssembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntaxpublic void Climb2Top(
Action<T> callback
)
Public Sub Climb2Top (
callback As Action(Of T)
)
public:
void Climb2Top(
Action<T>^ callback
)
member Climb2Top :
callback : Action<'T> -> unit
Parameters
- callback ActionT
- The callback of type Action<T> to be called for each node.
See also