ResolvedTypeModule.Create Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
[Microsoft.FSharp.Core.CompilationSourceName("create")]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType Create (Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange range, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTypeKind<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType,Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType,Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter,Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation> kind);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
[<Microsoft.FSharp.Core.CompilationSourceName("create")>]
Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType.create : Microsoft.Quantum.QsCompiler.SyntaxTree.TypeRange -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTypeKind<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType, Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType, Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter, Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation> -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType
Public Shared Function Create (range As TypeRange, kind As QsTypeKind(Of ResolvedType, UserDefinedType, QsTypeParameter, CallableInformation)) As ResolvedType

Parameters

range
TypeRange

Returns

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

Applies to