PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyINew­Object­ExpressionArguments
Open sandboxFocus

INewObjectExpression.Arguments Property

Arguments

Gets the arguments passed to the constructor.

Declaration
IList<IExpression> Arguments { get; }
Property Value
Type Description
IList<IExpression>