Represents a strongly typed collection of String objects that can be individually accessed by index.

Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public interface IStringList : IStringCollection
Visual Basic
Public Interface IStringList
	Inherits IStringCollection

Remarks

IStringList provides an IList that is strongly typed for String elements.

See Also