QsCallable.WithFullName(Func<QsQualifiedName,QsQualifiedName>) 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 Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable WithFullName (Func<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> getName);
member this.WithFullName : Func<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName, Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable
Public Function WithFullName (getName As Func(Of QsQualifiedName, QsQualifiedName)) As QsCallable
Parameters
- getName
- Func<QsQualifiedName,QsQualifiedName>