'Declaration
Public Delegate Function NodeStateConstructDelegate( _ ByVal parent As NodeState _ ) As NodeState
'Usage
Dim instance As New NodeStateConstructDelegate(AddressOf HandlerMethod)
public delegate NodeState^ NodeStateConstructDelegate( NodeState^ parent )
Parameters
- parent
- The parent of the node.
Return Value
The new node.