Test additional content header

ValuesTMakeOfThisElementType Method

Initializes a new instance of collection element type.

Definition

Namespace: Fluent.Calculations.Primitives.Collections
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public IValueProvider MakeOfThisElementType(
	MakeValueArgs args
)

Parameters

args  MakeValueArgs
Arguments to create a new value.

Return Value

IValueProvider
New instance concrete value.

Implements

IValuesProviderTMakeOfThisElementType(MakeValueArgs)

Remarks

Method is used to implement aggregate collection methods where the result is single value, examples are methods like Sum(), Min() or Max().

See Also