 | IActionsArrayLastIndexOfBy(IList, String, Object, Int32) Method |
Searches the array for the given value in the given member from back to front.
The array must be of match or match class type of this actions object.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxint ArrayLastIndexOfBy(
IList array,
string member,
Object value,
int startIndex
)
Parameters
- array IList
- The array to search in
- member String
- The member to be searched for the value
- value Object
- The value to search for
- startIndex Int32
- The index to start the search at
Return Value
Int32The last index before or at startIndex the value appears at, or -1.
See Also