LinkedList<T>.Min Method

Include Protected Members
Include Inherited Members

Returns the minimum value in a sequence of values.

Overload List

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

Top

See Also

Reference

LinkedList<T> Class

LinkedList<T> Members

System.Collections.Generic Namespace