Click or drag to resize

LGSPGraphModelArrayGroupBy Method

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

Parameters

array
Type: System.CollectionsIList
member
Type: SystemString

Return Value

Type: IList

Implements

IGraphModelArrayGroupBy(IList, String)
See Also