Click or drag to resize

IActionsArrayLastIndexOfBy Method (IList, String, Object, Int32)

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.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
int ArrayLastIndexOfBy(
	IList array,
	string member,
	Object value,
	int startIndex
)

Parameters

array
Type: System.CollectionsIList
The array to search in
member
Type: SystemString
The member to be searched for the value
value
Type: SystemObject
The value to search for
startIndex
Type: SystemInt32
The index to start the search at

Return Value

Type: Int32
The last index before or at startIndex the value appears at, or -1.
See Also