Click or drag to resize
NodeGetChildren Method
Returns the children of this Node.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<Node> GetChildren()

Return Value

Type: ListNode
A ListT containing the children of this Node/>
See Also