Table of Contents

Interface IStringList

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

Represents collection containing list of strings.

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

Properties

Text

When implemented by a class, gets or sets the strings in the IStringList as a single string with the individual strings delimited by carriage returns.