Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.07 KB

SuperLinq.SuperEnumerable.FindLastIndex.md

File metadata and controls

20 lines (18 loc) · 1.07 KB

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

The following code example demonstrates how to find the index of the last element that satisfies a condition, using FindLastIndex. [!code-csharp]


uid: SuperLinq.SuperEnumerable.FindLastIndex1(System.Collections.Generic.IEnumerable{0},System.Func{``0,System.Boolean},System.Index) example: [*content]

The following code example demonstrates how to find the index of the last element that satisfies a condition, using FindLastIndex. [!code-csharp]


uid: SuperLinq.SuperEnumerable.FindLastIndex1(System.Collections.Generic.IEnumerable{0},System.Func{``0,System.Boolean},System.Index,System.Int32) example: [*content]

The following code example demonstrates how to find the index of the last element that satisfies a condition, using FindLastIndex. [!code-csharp]