ProjListNode.new Method [AX 2012]
Initializes a new instance of the ProjListNode class.
public void new([str _data, ProjListNode _nextNode])
Run On
CalledParameters
- _data
- Type: str
The data of the node.
- _nextNode
- Type: ProjListNode Class
The node that this one will point to.
Community Additions
ADD
Show: