OperationVisitor<TArgument,TResult>.VisitEmpty 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 VisitEmpty(Microsoft::CodeAnalysis::Operations::IEmptyOperation ^ operation, TArgument argument);
public virtual TResult VisitEmpty (Microsoft.CodeAnalysis.Operations.IEmptyOperation operation, TArgument argument);
public virtual TResult? VisitEmpty (Microsoft.CodeAnalysis.Operations.IEmptyOperation operation, TArgument argument);
abstract member VisitEmpty : Microsoft.CodeAnalysis.Operations.IEmptyOperation * 'Argument -> 'Result
override this.VisitEmpty : Microsoft.CodeAnalysis.Operations.IEmptyOperation * 'Argument -> 'Result
Public Overridable Function VisitEmpty (operation As IEmptyOperation, argument As TArgument) As TResult
Parameters
- operation
- IEmptyOperation
- argument
- TArgument
Returns
TResult
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.