Function GraphNode.NodeActionWithData

NodeActionWithData<T> (GraphNode node, ref T data)
Public
delegate void NodeActionWithData<T> (

GraphNode

node

ref T

data

)