Method GetItem
GetItem(int)
Returns the IStringItem
object at the given position of the collection.
public virtual IStringItem GetItem(int index)
Parameters
index
intIndex of item in the collection.
Returns
- IStringItem
IStringItem
object at specified position.