[]
Gets or sets the element at a specified index.
public ArticleBead this[int index] { get; set; }
| 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. |