 | ContainerHelperConcatenateChangedV(ListV, ListV, IGraph, IEdge, AttributeType) 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,
IGraph graph,
IEdge owner,
AttributeType attrType
)
Parameters
- a ListV
- A List, i.e. dynamic array to change.
- b ListV
- Another List, i.e. dynamic array of compatible type to a.
- graph IGraph
- The graph containing the edge containing the attribute which gets changed.
- owner IEdge
- The edge containing the attribute which gets changed.
- attrType AttributeType
- The attribute type of the attribute which gets changed.
Type Parameters
- V
Return Value
BooleanA truth value telling whether at least one element was changed in a
See Also