Arguments.GetArgument Method |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.15.0 (6.5.15.0)
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. |