Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Option
T
Make
Of
This
Type 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
C#
Copy
View Source
public
override
IValueProvider
MakeOfThisType
(
MakeValueArgs
args
)
Parameters
args
MakeValueArgs
Arguments to create a new value
Return Value
IValueProvider
New instance Option.
Implements
IValueProvider
MakeOfThisType(MakeValueArgs)
Remarks
Use when implementing functions handling Options to return new Option result.
See Also
Reference
Option
T
Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also