Click or drag to resize
CalculationWorks Logo
BcfModelObjectCollectionT Constructor (ICollectionT)

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfModelObjectCollection(
	ICollection<T> items
)

Parameters

items
Type: System.Collections.GenericICollectionT
The items.
Exceptions
ExceptionCondition
ArgumentNullExceptionitems is null
See Also