Click or drag to resize

LGSPGraphModelArrayLastIndexOfBy(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 ArrayLastIndexOfBy(
	IList array,
	string member,
	Object value,
	int startIndex
)

Parameters

array  IList
 
member  String
 
value  Object
 
startIndex  Int32
 

Return Value

Int32

Implements

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