Gets the item in the collection at the specified index.
.NET Syntax
|
virtual int GetItem(int index) const;
|
Java Syntax
|
virtual int GetItem(int index) const;
|
PHP Syntax
|
virtual int GetItem(int index) const;
|
- Parameters:
-
- Returns:
- Returns the item in the collection at the specified index
- Exceptions:
-