Click or drag to resize
ExtensionsFindLastIndexT Method

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 6.4.0.7 6_4_dev c64c724, built 2016-11-07 15:44:12 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