Click or drag to resize

ModelingListTUnion 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.ModelingModelingListT
newParent
Type: Packflow.ModelingModelingObject

Return Value

Type: ModelingListT
See Also