QsTypeParameter.New(QsQualifiedName, String) Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter New (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName origin, string name);
static member New : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * string -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter
Public Shared Function New (origin As QsQualifiedName, name As String) As QsTypeParameter

Parameters

name
String

Returns

QsTypeParameter

Applies to