QsCallable.WithFullName(Func<QsQualifiedName,QsQualifiedName>) Method

Definition

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

Returns

QsCallable

Applies to