Click or drag to resize

ModelingListT Constructor (ModelingObject, IListT)

Initializes a new instance of the ModelingList class.

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(
	ModelingObject parent,
	IList<T> collection
)

Parameters

parent
Type: Packflow.ModelingModelingObject
collection
Type: System.Collections.GenericIListT
See Also