PostSharp//API Reference/Post­Sharp.​Reflection.​Method­Body/IMethod­Call­Expression/Arguments
Open sandboxFocus

Property Arguments

Arguments

Gets the method arguments.

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