Table of Contents

Method GetItem

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetItem(int)

Returns the IStringItem object at the given position of the collection.

public virtual IStringItem GetItem(int index)

Parameters

index int

Index of item in the collection.

Returns

IStringItem

IStringItem object at specified position.