Interface IStringListWithItem
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.