|
MapGuide API Reference
|
| virtual void MgStringCollection::RemoveAt | ( | INT32 | index | ) | [virtual] |
Removes the specified item from the collection.
| virtual void RemoveAt(int index); |
| virtual void RemoveAt(int index); |
| virtual void RemoveAt(int index); |
| index | (int) Input index |
| MgIndexOutOfRangeException | if the index is out of range. |
Implements MgCollection.