Click or drag to resize

ModelingList<T>.Union Method

Returns the union of the list with a given list, using a specified parent.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ModelingList<T> Union(
	ModelingList<T> t,
	ModelingObject newParent
)

Parameters

t
Type: Packflow.Modeling.ModelingList<T>
newParent
Type: Packflow.Modeling.ModelingObject

Return Value

Type: ModelingList<T>
See Also