Table of Contents

Interface IStringListWithItem

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

Represents collection containing list of strings.

public interface IStringListWithItem : IStringList, IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable, IImport, IExport
Extension Methods

Methods

GetItem(int)

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