 | ContainerHelperArrayGroupV(ListV) Method |
Creates a new array containing the content of the old array with equal elements grouped together.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static List<V> ArrayGroup<V>(
List<V> a
)
Parameters
- a ListV
- A List, i.e. dynamic array.
Type Parameters
- V
Return Value
ListVA new List with equal elements grouped together (in no specific order).
See Also