LastIndexOf

LastIndexOf(IList, IValueGetter)

public int LastIndexOf(IList instance, IValueGetter container) ;

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.