 | ContainerHelperConcatenateChangedV(ListV, ListV) Method |
Appends all values from dynamic array b to a.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool ConcatenateChanged<V>(
List<V> a,
List<V> b
)
Parameters
- a ListV
- A List, i.e. dynamic array to change.
- b ListV
- Another List, i.e. dynamic array of compatible type to a.
Type Parameters
- V
Return Value
BooleanA truth value telling whether a was changed (i.e. b not empty)
See Also