 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxint 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
Int32The first index the value appears at, or -1.
See Also