Represents a strongly typed collection of NameValueEntry 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 IStringStringList : IStringStringCollection
Visual Basic
Public Interface IStringStringList
	Inherits IStringStringCollection

Remarks

IStringStringList provides an IList that is strongly typed for NameValueEntry elements.

See Also