Arguments.GetArgument Method |
Gets the value of the argument at a given index.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)

C#
public virtual Object GetArgument( int index )
Parameters
- index
- Type: System.Int32
Argument index.
Return Value
Type: ObjectThe value of the argument at position index.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is lower than zero or greater or equal than Count. |
