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