Click or drag to resize

ExtensionsFindIndexT Method


Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
public static int FindIndex<T>(
	this IList<T> source,
	Predicate<T> match
)

Parameters

source  IListT
 
match  PredicateT
 

Type Parameters

T

Return Value

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