TypeRangeModule.TryRange(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.CompilationSourceName("tryRange")]
public static Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> TryRange (Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange _arg1);
[<Microsoft.FSharp.Core.CompilationSourceName("tryRange")>]
Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange.tryRange : Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range>
Public Shared Function TryRange (_arg1 As TypeRange) As QsNullable(Of Range)
Parameters
- _arg1
- TypeRange
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationSourceNameAttribute