NamespaceTransformationBase.OnSignature(ResolvedSignature) 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 override Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature OnSignature (Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature s);
abstract member OnSignature : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature
override this.OnSignature : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature
Public Overrides Function OnSignature (s As ResolvedSignature) As ResolvedSignature