Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.85 KB

SuperLinq.SuperEnumerable.MaxItems.md

File metadata and controls

41 lines (36 loc) · 1.85 KB

uid: SuperLinq.SuperEnumerable.MaxItems1(System.Collections.Generic.IEnumerable{0}) example: [*content]

The following code example demonstrates how to get the maximum items from a sequence using MaxItems. [!code-csharp]


uid: SuperLinq.SuperEnumerable.MaxItems1(System.Collections.Generic.IEnumerable{0},System.Collections.Generic.IComparer{``0}) example: [*content]

The following code example demonstrates how to get the maximum items from a sequence using MaxItems. [!code-csharp]


uid: SuperLinq.SuperEnumerable.MaxItemsBy2(System.Collections.Generic.IEnumerable{0},System.Func{0,1}) example: [*content]

The following code example demonstrates how to get the maximum items from a sequence using MaxItemsBy. [!code-csharp]


uid: SuperLinq.SuperEnumerable.MaxItemsBy2(System.Collections.Generic.IEnumerable{0},System.Func{0,1},System.Collections.Generic.IComparer{``1}) example: [*content]

The following code example demonstrates how to get the maximum items from a sequence using MaxItemsBy. [!code-csharp]


uid: SuperLinq.SuperEnumerable.MaxByWithTies2(System.Collections.Generic.IEnumerable{0},System.Func{0,1}) example: [*content]

The following code example demonstrates how to get the maximum items from a sequence using MaxByWithTies. [!code-csharp]


uid: SuperLinq.SuperEnumerable.MaxByWithTies2(System.Collections.Generic.IEnumerable{0},System.Func{0,1},System.Collections.Generic.IComparer{``1}) example: [*content]

The following code example demonstrates how to get the maximum items from a sequence using MaxByWithTies. [!code-csharp]