 | ContainerHelperArrayGroup Method (IList) |
Creates a new array containing the content of the old array with equal elements grouped together.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static IList ArrayGroup(
IList a
)
Parameters
- a
- Type: System.CollectionsIList
A List, i.e. dynamic array.
Return Value
Type:
IListA new List with equal elements grouped together (in no specific order).
See Also