TypeDeclarationHeader.New(QsCustomType) Method

Definition

public static Microsoft.Quantum.QsCompiler.TypeDeclarationHeader New (Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType customType);
static member New : Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType -> Microsoft.Quantum.QsCompiler.TypeDeclarationHeader
Public Shared Function New (customType As QsCustomType) As TypeDeclarationHeader

Parameters

customType
QsCustomType

Returns

TypeDeclarationHeader

Applies to