Click or drag to resize

ExtensionsFindLastIndexT Method

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntax
public static int FindLastIndex<T>(
	this IList<T> source,
	Predicate<T> match
)

Parameters

source
Type: System.Collections.GenericIListT
match
Type: SystemPredicateT

Type Parameters

T

Return Value

Type: Int32

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IListT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also