Click or drag to resize

RankedBagT Constructor

Initializes a new bag instance that uses the default comparer.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public RankedBag()
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen comparer is null and no other comparer available.
See Also