TypeRangeModule.TryRange(TypeRange) Method

Definition

[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

QsNullable<Range>
Attributes
Microsoft.FSharp.Core.CompilationSourceNameAttribute

Applies to