Click or drag to resize

Product Constructor (Product)

Initializes a new instance that is copied from the supplied product.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 6.0.0.0
Syntax
C#
public Product(
	Product source
)

Parameters

source
Type: Kaos.CombinatoricsProduct
Instance to copy.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen source is null.
See Also