Tanis.Collections.Heap.Heap C# (CSharp) Méthode

Heap() public méthode

Default constructor. Since no IComparer is provided here, added objects must implement the IComparer interface.
public Heap ( ) : System
Résultat System
		public Heap()
		{ 
			InitProperties(null, 0); 
		}

Same methods

Heap::Heap ( IComparer Comparer ) : System
Heap::Heap ( IComparer Comparer, int Capacity ) : System
Heap::Heap ( int Capacity ) : System