Click or drag to resize

LGSPGraphModelArrayIndexOfBy Method (IList, String, Object)

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

Parameters

array
Type: System.CollectionsIList
member
Type: SystemString
value
Type: SystemObject

Return Value

Type: Int32

Implements

IGraphModelArrayIndexOfBy(IList, String, Object)
See Also