Click or drag to resize

IActionsArrayIndexOfOrderedBy Method

Searches the array for the given value in the given member. The array must be of a match or match class type of this actions object. The array must be ordered alongside the member.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
int ArrayIndexOfOrderedBy(
	IList array,
	string member,
	Object value
)

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

Return Value

Int32
The first index the value appears at, or -1.
See Also