QsSpecializationGenerator Constructor
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 QsSpecializationGenerator (Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType>> typeArguments, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSpecializationGeneratorKind<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol> generator, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> range);
new Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSpecializationGenerator : Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType>> * Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSpecializationGeneratorKind<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol> * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSpecializationGenerator
Public Sub New (typeArguments As QsNullable(Of ImmutableArray(Of QsType)), generator As QsSpecializationGeneratorKind(Of QsSymbol), range As QsNullable(Of Range))
Parameters
- typeArguments
- QsNullable<ImmutableArray<QsType>>
- generator
- QsSpecializationGeneratorKind<QsSymbol>
- range
- QsNullable<Range>