CodeGenerator::GenerateArrayCreateExpression Method (CodeArrayCreateExpression^)
.NET Framework (current version)
Generates code for the specified array creation expression.
Assembly: System (in System.dll)
protected: virtual void GenerateArrayCreateExpression( CodeArrayCreateExpression^ e ) abstract
Parameters
- e
-
Type:
System.CodeDom::CodeArrayCreateExpression^
A CodeArrayCreateExpression that indicates the expression to generate code for.
.NET Framework
Available since 1.1
Available since 1.1
Show: