QsTypeParameter.New(QsQualifiedName, String) 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 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
- origin
- QsQualifiedName
- name
- String