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