P_PurpleKingdomGames_Core_Collections_BinaryHeap_1_Count - PurpleKingdomGames/CoreLibs GitHub Wiki
The number of items on the heap
Namespace: PurpleKingdomGames.Core.Collections
Assembly: PurpleKingdomGamesCore (in PurpleKingdomGamesCore.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public int Count { get; }
Type: Int32
BinaryHeap(T) Class
PurpleKingdomGames.Core.Collections Namespace