LastIndexOf
LastIndexOf(IList, IValueGetter)
Description
Find the index with the value retrieved from IValueGetter from the end of the list.
Parameters
| Parameter Name | Description |
|---|---|
| instance | IList instance |
| container | IValueGetter to get a value. |
Returns
Index found. If not found, -1 is returned.