QsNullable.OrElse<a>(QsNullable<a>, QsNullable<a>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
[Microsoft.FSharp.Core.CompilationSourceName("orElse")]
public static Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<a> OrElse<a> (Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<a> ifNull, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<a> _arg1);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
[<Microsoft.FSharp.Core.CompilationSourceName("orElse")>]
Microsoft.Quantum.QsCompiler.DataTypes.QsNullable.orElse : Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<'a> -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<'a> -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<'a>
Public Shared Function OrElse(Of a) (ifNull As QsNullable(Of a), _arg1 As QsNullable(Of a)) As QsNullable(Of a)
Type Parameters
- a
Parameters
- ifNull
- QsNullable<a>
- _arg1
- QsNullable<a>
Returns
- QsNullable<a>
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute Microsoft.FSharp.Core.CompilationSourceNameAttribute