Header menu logo TDesu.FSharp

ValueOption Module

Functions and values

Function or value Description

ValueOption.ofCSharpTryPattern (status, value)

Full Usage: ValueOption.ofCSharpTryPattern (status, value)

Parameters:
    status : bool
    value : 'a

Returns: 'a voption
Modifiers: inline
Type parameters: 'a

Converts a C# TryXxx (bool * value) tuple to a . The success flag from the TryXxx method. The output value from the TryXxx method.

status : bool
value : 'a
Returns: 'a voption

Type something to start searching.