CallableDeclaration.Create Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTokens.CallableDeclaration Create (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol name, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTokens.Access> access, Microsoft.Quantum.QsCompiler.SyntaxTokens.CallableSignature signature);
static member Create : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTokens.Access> * Microsoft.Quantum.QsCompiler.SyntaxTokens.CallableSignature -> Microsoft.Quantum.QsCompiler.SyntaxTokens.CallableDeclaration
Public Shared Function Create (name As QsSymbol, access As QsNullable(Of Access), signature As CallableSignature) As CallableDeclaration

Parameters

name
QsSymbol
access
QsNullable<Access>
signature
CallableSignature

Returns

CallableDeclaration

Applies to