Table of Contents

Method GetItem

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

GetItem(int)

When implemented by a class, returns the IStrItem object at the given position of the collection.

IStringItem GetItem(int index)

Parameters

index int

Index of item in the collection.

Returns

IStringItem

IStrItem object at specified position.