Click or drag to resize
NodeisLeaf Method
Checks to see if this is a leaf Node.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool isLeaf()

Return Value

Type: Boolean
A Boolean representing whether this Node is a leaf node or not.
See Also