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