CallableDeclarationHeader.New(QsCallable) Method

Definition

public static Microsoft.Quantum.QsCompiler.CallableDeclarationHeader New (Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable callable);
static member New : Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable -> Microsoft.Quantum.QsCompiler.CallableDeclarationHeader
Public Shared Function New (callable As QsCallable) As CallableDeclarationHeader

Parameters

callable
QsCallable

Returns

CallableDeclarationHeader

Applies to