Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedBag(T) Class
RankedBag(T) Properties
ICollection(T).IsReadOnly Property
ICollection.IsSynchronized Property
ICollection.SyncRoot Property
Comparer Property
Count Property
Max Property
Min Property
RankedBag
T
Min Property
Gets the minimum item in the bag per the comparer.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
public
T
Min
{
get
; }
Property Value
Type:
T
Remarks
This is a O(1) operation.
See Also
Reference
RankedBag
T
Class
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)