VerificationTools.ResolvedType.isTypeParametrized Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- this
- ResolvedType
- parent
- QsQualifiedName
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute