Click or drag to resize

LGSPGraphModelArrayIndexOfBy(IList, String, Object, Int32) Method


Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract int ArrayIndexOfBy(
	IList array,
	string member,
	Object value,
	int startIndex
)

Parameters

array  IList
 
member  String
 
value  Object
 
startIndex  Int32
 

Return Value

Int32

Implements

IGraphModelArrayIndexOfBy(IList, String, Object, Int32)
See Also