 | IActionsArrayIndexOfBy Method (IList, String, Object) |
Searches the array for the given value in the given member.
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
Syntaxint ArrayIndexOfBy(
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:
Int32The first index the value appears at, or -1.
See Also