[]
Gets or sets the element at a specified index.
public ArticleBead this[int index] { get; set; }
Public Default Property Item(index As Integer) As ArticleBead
Type | Name | Description |
---|---|---|
int | index | The zero-based index of the element to get or set. |
Type | Description |
---|---|
ArticleBead | The element at the specified index. |