Test additional content header

ValuesTMakeDefault Method

Returns the default value empty collection of a concrete type.

Definition

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

Return Value

IValueProvider
Default collection instance.

Implements

IValueProviderMakeDefault

Remarks

Casting to target type is responsibility of caller.

See Also