ResolvedTypeModule.WithRange(TypeRange, ResolvedType) Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
[Microsoft.FSharp.Core.CompilationSourceName("withRange")]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType WithRange (Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange range, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType resolvedType);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
[<Microsoft.FSharp.Core.CompilationSourceName("withRange")>]
Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType.withRange : Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType
Public Shared Function WithRange (range As TypeRange, resolvedType As ResolvedType) As ResolvedType

Parameters

range
TypeRange
resolvedType
ResolvedType

Returns

ResolvedType
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute Microsoft.FSharp.Core.CompilationSourceNameAttribute

Applies to