[]
Gets an object by index.
public CoverElement this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As CoverElement
| Type | Name | Description |
|---|---|---|
| int | index |
The default implementation tries to get an object by key if integer value is specified.