Test additional content header

ValuesTMakeOfThisType Method

Initializes a new instance of the concrete Values collection.

Definition

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

Parameters

args  MakeValueArgs
Arguments to create a new value.

Return Value

IValueProvider
New instance concrete collection.

Implements

IValueProviderMakeOfThisType(MakeValueArgs)

Remarks

Use when implementing new functions and return results of target value type. Returned value should be casted to final type. Use this method to implement filtering methods that return a subset or manipulated collecition.

See Also