Click or drag to resize

ContainerHelperConcatenateChangedV Method (ListV, ListV)

Appends all values from dynamic array b to a.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static bool ConcatenateChanged<V>(
	List<V> a,
	List<V> b
)

Parameters

a
Type: System.Collections.GenericListV
A List, i.e. dynamic array to change.
b
Type: System.Collections.GenericListV
Another List, i.e. dynamic array of compatible type to a.

Type Parameters

V

Return Value

Type: Boolean
A truth value telling whether a was changed (i.e. b not empty)
See Also