Click or drag to resize
Accord.NET (logo)

RedBlackTreeNodeTValue Property

Gets or sets the value associated with this node.

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

Property Value

Type: T
See Also