|
RedBlackTreeNodeTKey, TValue Constructor (KeyValuePairTKey, TValue)
|
Constructs a new node containing the given
key and value pair.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public RedBlackTreeNode(
KeyValuePair<TKey, TValue> item
)
Public Sub New (
item As KeyValuePair(Of TKey, TValue)
)
Request Example
View SourceParameters
- item
- Type: System.Collections.GenericKeyValuePairTKey, TValue
See Also