CallableDeclaration.Create 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.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