[]
Gets or sets the item at the specified position.
public SubItemInfo this[int index] { get; set; }
Public Default Property Item(index As Integer) As SubItemInfo
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
SubItemInfo | The int value that indicates the specified position. |