VerificationTools.ResolvedType.isTypeParametrized Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static bool ResolvedType.isTypeParametrized (Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType this, Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName parent);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxProcessing.VerificationTools.ResolvedType.isTypeParametrized : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName -> bool
Public Shared Function ResolvedType.isTypeParametrized (this As ResolvedType, parent As QsQualifiedName) As Boolean

Parameters

Returns

Boolean
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to