QsNullable Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)]
public static class QsNullable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)>]
module QsNullable
Public Class QsNullable
Inheritance
QsNullable
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Methods

Contains<a>(a, QsNullable<a>)
DefaultValue<a>(a, QsNullable<a>)
FromOption<a>(FSharpOption<a>)
IsNull<a>(QsNullable<a>)
IsValue<a>(QsNullable<a>)
Map2<a,b,c>(FSharpFunc<a,FSharpFunc<b,c>>, QsNullable<a>, QsNullable<b>)
OrElse<a>(QsNullable<a>, QsNullable<a>)

Applies to