CodeGenerator::GenerateArrayIndexerExpression Method (CodeArrayIndexerExpression^)

 

Generates code for the specified array indexer expression.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateArrayIndexerExpression(
	CodeArrayIndexerExpression^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeArrayIndexerExpression^

A CodeArrayIndexerExpression that indicates the expression to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: