OperationVisitor<TArgument,TResult>.VisitInterpolatedString 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:
virtual TResult VisitInterpolatedString(Microsoft::CodeAnalysis::Operations::IInterpolatedStringOperation ^ operation, TArgument argument);
public virtual TResult VisitInterpolatedString (Microsoft.CodeAnalysis.Operations.IInterpolatedStringOperation operation, TArgument argument);
public virtual TResult? VisitInterpolatedString (Microsoft.CodeAnalysis.Operations.IInterpolatedStringOperation operation, TArgument argument);
abstract member VisitInterpolatedString : Microsoft.CodeAnalysis.Operations.IInterpolatedStringOperation * 'Argument -> 'Result
override this.VisitInterpolatedString : Microsoft.CodeAnalysis.Operations.IInterpolatedStringOperation * 'Argument -> 'Result
Public Overridable Function VisitInterpolatedString (operation As IInterpolatedStringOperation, argument As TArgument) As TResult
Parameters
- operation
- IInterpolatedStringOperation
- argument
- TArgument
Returns
TResult