TypeRangeModule.OrElse(TypeRange, TypeRange) Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
[Microsoft.FSharp.Core.CompilationSourceName("orElse")]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange OrElse (Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange ifGenerated, Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange _arg1);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
[<Microsoft.FSharp.Core.CompilationSourceName("orElse")>]
Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange.orElse : Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange
Public Shared Function OrElse (ifGenerated As TypeRange, _arg1 As TypeRange) As TypeRange

Parameters

ifGenerated
TypeRange
_arg1
TypeRange

Returns

TypeRange
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute Microsoft.FSharp.Core.CompilationSourceNameAttribute

Applies to