SyntaxTreeToQsharp.DeclarationSignature 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 string DeclarationSignature (Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable c, Func<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType,string?> typeTransformation, Action? onInvalidName = default);
static member DeclarationSignature : Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable * Func<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType, string> * Action -> string
Public Shared Function DeclarationSignature (c As QsCallable, typeTransformation As Func(Of ResolvedType, String), Optional onInvalidName As Action = Nothing) As String
Parameters
- typeTransformation
- Func<ResolvedType,String>
- onInvalidName
- Action