Expression that returns a new array.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface INewArrayExpression : IExpression, IMethodBodyElementProperties
| Name | Description |
|---|---|
| ElementType | Gets the type of elements of the array. |
| Length | Gets the number of elements in the array. |