KeyCollection.Max Method

Include Protected Members
Include Inherited Members

Returns the maximum value in a sequence of values.

Overload List

  Name Description
Bb909591.pubextension(en-us,VS.95).gif Max() Returns the maximum value in a generic sequence. (Defined by Enumerable.)
Bb909591.pubextension(en-us,VS.95).gif Max(Func<UTT, Nullable<Decimal>>) Invokes a transform function on each element of a sequence and returns the maximum nullable Decimal value. (Defined by Enumerable.)
Bb909591.pubextension(en-us,VS.95).gif Max(Func<UTT, Nullable<Double>>) Invokes a transform function on each element of a sequence and returns the maximum nullable Double value. (Defined by Enumerable.)
Bb909591.pubextension(en-us,VS.95).gif Max(Func<UTT, Int32>) Invokes a transform function on each element of a sequence and returns the maximum Int32 value. (Defined by Enumerable.)
Bb909591.pubextension(en-us,VS.95).gif Max(Func<UTT, Int64>) Invokes a transform function on each element of a sequence and returns the maximum Int64 value. (Defined by Enumerable.)
Bb909591.pubextension(en-us,VS.95).gif Max(Func<UTT, Single>) Invokes a transform function on each element of a sequence and returns the maximum Single value. (Defined by Enumerable.)
Bb909591.pubextension(en-us,VS.95).gif Max(Func<UTT, Double>) Invokes a transform function on each element of a sequence and returns the maximum Double value. (Defined by Enumerable.)
Bb909591.pubextension(en-us,VS.95).gif Max(Func<UTT, Decimal>) Invokes a transform function on each element of a sequence and returns the maximum Decimal value. (Defined by Enumerable.)
Bb909591.pubextension(en-us,VS.95).gif Max(Func<UTT, Nullable<Int32>>) Invokes a transform function on each element of a sequence and returns the maximum nullable Int32 value. (Defined by Enumerable.)
Bb909591.pubextension(en-us,VS.95).gif Max(Func<UTT, Nullable<Int64>>) Invokes a transform function on each element of a sequence and returns the maximum nullable Int64 value. (Defined by Enumerable.)
Bb909591.pubextension(en-us,VS.95).gif Max(Func<UTT, Nullable<Single>>) Invokes a transform function on each element of a sequence and returns the maximum nullable Single value. (Defined by Enumerable.)

Top

See Also

Reference

Dictionary<TKey, TValue>.KeyCollection Class

Dictionary<TKey, TValue>.KeyCollection Members

System.Collections.Generic Namespace