public int this[
int position
] { get; set; }
Public Default Property Item (
position As Integer
) As Integer
Get
Set
public:
virtual property int default[int position] {
int get (int position) sealed;
void set (int position, int value) sealed;
}
abstract Item : int with get, set
override Item : int with get, set
ArgumentOutOfRangeException | value is negative. -or- position is negative or greater than or equal to Count. |