PriorityQueueTKeyEnqueue Method |
Adds the specified key to the queue.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Enqueue(
TKey val
)
Parameters
- val TKey
- The key value.
See Also