System::Collections::Generic::SortedSet::get_Max method

SortedSet::get_Max method

Gets the maximum value in the SortedSet.

T System::Collections::Generic::SortedSet<T>::get_Max() const

ReturnValue

The maximum value in the SortedSet.

See Also