Click or drag to resize

IActionsArrayLastIndexOfBy Method (IList, String, Object)

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
)

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

Return Value

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