TypeRangeModule.OrElse(TypeRange, TypeRange) 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.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
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute Microsoft.FSharp.Core.CompilationSourceNameAttribute