get_Item
get_Item(int index) method
Gets the element at the specified index.
Returns
Exception
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is not a valid index in the IList. |
Gets the element at the specified index.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is not a valid index in the IList. |