OperationVisitor.VisitArrayElementReference 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 void VisitArrayElementReference(Microsoft::CodeAnalysis::Operations::IArrayElementReferenceOperation ^ operation);
public virtual void VisitArrayElementReference (Microsoft.CodeAnalysis.Operations.IArrayElementReferenceOperation operation);
abstract member VisitArrayElementReference : Microsoft.CodeAnalysis.Operations.IArrayElementReferenceOperation -> unit
override this.VisitArrayElementReference : Microsoft.CodeAnalysis.Operations.IArrayElementReferenceOperation -> unit
Public Overridable Sub VisitArrayElementReference (operation As IArrayElementReferenceOperation)
Parameters
- operation
- IArrayElementReferenceOperation