BigList<(Of <(<'T>)>)>..::..Item Property
Gets or sets an item in the list, by index.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Parameters
- index
- Type: Int32
The index of the item to get or set. The first item in the list has index 0, the last item has index Count-1.
Return Value
The value of the item at the given index.Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero or greater than or equal to Count. |