Expression that creates a new object by invoking a constructor.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface INewObjectExpression : IExpression, IMethodBodyElementProperties
| Name | Description |
|---|---|
| Arguments | Gets the arguments passed to the constructor. |
| Constructor | Gets the constructor. |