Class MyBinaryStructHeap<TKey, TValue>.HeapItem
Inheritance
System.Object
MyBinaryStructHeap<TKey, TValue>.HeapItem
Namespace: VRage.Collections
Assembly: VRage.Library.dll
Syntax
public sealed class HeapItem : ValueType
Properties
Key
Declaration
public TKey Key { get; }
Property Value
Type | Description |
---|---|
TKey |
Value
Declaration
public TValue Value { get; }
Property Value
Type | Description |
---|---|
TValue |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |