Click or drag to resize

ContainerHelperArrayKeepOneForEach(IList) Method

Creates a new array containing the content of the old array but freed of duplicates.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static IList ArrayKeepOneForEach(
	IList a
)

Parameters

a  IList
A List, i.e. dynamic array.

Return Value

IList
A new List with the content of the old list freed of duplicates.
See Also