QsTypeParameter.Range Property

Definition

Caution

Use ResolvedType.Range instead.

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 2)]
[System.Obsolete("Use ResolvedType.Range instead.")]
public Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> Range { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 2)>]
[<System.Obsolete("Use ResolvedType.Range instead.")>]
Range : Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range>
Public ReadOnly Property Range As QsNullable(Of Range)

Property Value

QsNullable<Range>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute ObsoleteAttribute

Applies to