Class HeapItem<K>
Inheritance
System.Object
HeapItem<K>
Namespace: VRage.Collections
Assembly: VRage.Library.dll
Syntax
public abstract class HeapItem<K> : Object
Type Parameters
| Name | Description |
|---|---|
| K |
Constructors
HeapItem()
Declaration
protected HeapItem()
Properties
HeapIndex
Declaration
public int HeapIndex { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
HeapKey
Declaration
public K HeapKey { get; }
Property Value
| Type | Description |
|---|---|
| K |