Test additional content header

ValuesT Constructor

Initializes a new instance of the Value with provided values. Used in derived classes to initialize base class fields.

Definition

Namespace: Fluent.Calculations.Primitives.Collections
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
protected Values(
	MakeValueArgs makeValueArgs
)

Parameters

makeValueArgs  MakeValueArgs
Arguments to create a new Collection of values.

Remarks

This constructor is complements MakeOfThisType() method to create results of operations and methods handling primitive value calculations.

See Also