Test additional content header

OptionTMakeOfThisType Method

Initializes a new instance of the Option class.

Definition

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

Parameters

args  MakeValueArgs
Arguments to create a new value

Return Value

IValueProvider
New instance Option.

Implements

IValueProviderMakeOfThisType(MakeValueArgs)

Remarks

Use when implementing functions handling Options to return new Option result.

See Also