OrderedSetTGetLast Method |
Returns the lastl item in the set: the item
that would appear last if the set was enumerated. This is also the
largest item in the set.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxReturn Value
Type:
TThe lastl item in the set.
Exceptions
RemarksGetLast() takes time O(log N), where N is the number of items in the set.
See Also