APRlib

SupportClass.CollectionsManager.Max Method 

Obtain the maximum element of the given collection with the specified comparator.

public static object Max(
   ICollection Collection,
   IComparer Comparator
);

Parameters

Collection
Collection from which the maximum value will be obtained.
Comparator
The comparator with which to determine the maximum element.

Return Value

See Also

SupportClass.CollectionsManager Class | (global) Namespace