Property Item
Item[Int32]
Gets or sets the element at the specified index.
Declaration
public virtual T this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero-based index of the element to get or set. |
Property Value
Type | Description |
---|---|
T |