PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyINew­Array­Expression
Open sandboxFocus

INewArrayExpression Interface

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.