PriorityQueueNode<T> Class
Namespace: Stride.Core.CollectionsAssembly: Stride.Core.dll
Represents a node in a priority queue, to allow O(n) removal.
                 System.Object →  
                PriorityQueueNode<T>
              
              
                 Derived from PriorityQueueNode<T>: 
              
              
              
public class PriorityQueueNode<T>
              Type Parameters
| Name | Description | 
|---|---|
| T | 
| Name | Description | |
|---|---|---|
| Constructors | ||
| PriorityQueueNode(T) | ||
| Fields | ||
| Value | ||
| Properties | ||
| Index | ||
Constructors
PriorityQueueNode(T)
public PriorityQueueNode(T value)
              Parameters
| Type | Name | Description | 
|---|---|---|
| T | value | 
Fields
Value
public T Value
              Field Value
| Type | Description | 
|---|---|
| T | 
Properties
Index
public int Index { get; }
              Property Value
| Type | Description | 
|---|---|
| System.Int32 |