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

Definition

public Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType 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.QsCustomType
Public Function WithFullName (getName As Func(Of QsQualifiedName, QsQualifiedName)) As QsCustomType

Parameters

Returns

QsCustomType

Applies to