Click or drag to resize

PriorityQueueTIsEmpty Property

Returns whether the queue contains any elements.

Namespace:  Kit.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public bool IsEmpty { get; }
Request Example View Source

Property Value

Type: Boolean
See Also