Method GetItem
GetItem(int)
When implemented by a class, returns the IStrItem
object at the given position of the collection.
IStringItem GetItem(int index)
Parameters
index
intIndex of item in the collection.
Returns
- IStringItem
IStrItem
object at specified position.