QsTypeParameter(QsQualifiedName, String, QsNullable<Range>) Constructor

Definition

public QsTypeParameter (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName origin, string typeName, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> range);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * string * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter
Public Sub New (origin As QsQualifiedName, typeName As String, range As QsNullable(Of Range))

Parameters

typeName
String
range
QsNullable<Range>

Applies to