Arguments.Item Property |
Gets or sets the value of an argument. Setting the value is only supported in specific situations. See SetArgument(Int32, Object) for details.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public Object this[ int index ] { get; set; }
Parameters
- index
- Type: System.Int32
Argument index.
Return Value
Type: ObjectThe argument value.
Implements
IList<T>.Item[Int32]Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is lower than zero or greater or equal than Count. |