 | ExtensionsFindLastIndexT Method |
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.2.31040.0 8_2_dev 3db1cb9c, built 2020-09-23 07:46:59 UTC
Syntaxpublic static int FindLastIndex<T>(
this IList<T> source,
Predicate<T> match
)
public:
[ExtensionAttribute]
generic<typename T>
static int FindLastIndex(
IList<T>^ source,
Predicate<T>^ match
)
Parameters
- source
- Type: System.Collections.GenericIListT
- match
- Type: SystemPredicateT
Type Parameters
- T
Return Value
Type:
Int32Usage 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