OperationVisitor<TArgument,TResult>.VisitInterpolatedStringAppend Method

Definition

public virtual TResult? VisitInterpolatedStringAppend (Microsoft.CodeAnalysis.Operations.IInterpolatedStringAppendOperation operation, TArgument argument);
abstract member VisitInterpolatedStringAppend : Microsoft.CodeAnalysis.Operations.IInterpolatedStringAppendOperation * 'Argument -> 'Result
override this.VisitInterpolatedStringAppend : Microsoft.CodeAnalysis.Operations.IInterpolatedStringAppendOperation * 'Argument -> 'Result
Public Overridable Function VisitInterpolatedStringAppend (operation As IInterpolatedStringAppendOperation, argument As TArgument) As TResult

Parameters

argument
TArgument

Returns

TResult

Applies to