 | RankedSetTFirst Method |
Gets the minimum item in the set per the comparer.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
SyntaxReturn Value
Type:
TThe minimum item in the set.
Exceptions
RemarksThis is a O(1) operation.
See Also