Click or drag to resize
Accord.NET (logo)

BinaryNodeTNodeIsLeaf Property

Gets whether this node is a leaf (has no children).

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public bool IsLeaf { get; }
Request Example View Source

Property Value

Type: Boolean

Implements

ITreeNodeTNodeIsLeaf
See Also