QsTypeParameter(QsQualifiedName, String, QsNullable<Range>) 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 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
- origin
- QsQualifiedName
- typeName
- String
- range
- QsNullable<Range>