NamespaceManager.DefinedSpecializations(QsQualifiedName) 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.
public System.Collections.Immutable.ImmutableArray<Tuple<Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsGeneratorDirective>,Microsoft.Quantum.QsCompiler.SpecializationDeclarationHeader>> DefinedSpecializations (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName parent);
member this.DefinedSpecializations : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName -> System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsGeneratorDirective> * Microsoft.Quantum.QsCompiler.SpecializationDeclarationHeader>
Public Function DefinedSpecializations (parent As QsQualifiedName) As ImmutableArray(Of Tuple(Of QsNullable(Of QsGeneratorDirective), SpecializationDeclarationHeader))
Parameters
- parent
- QsQualifiedName