Defines size, enumerators, and synchronization methods for strongly typed collections of String elements.

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

Syntax

C#
public interface IStringCollection
Visual Basic
Public Interface IStringCollection

Remarks

IStringCollection provides an ICollection that is strongly typed for String elements.

See Also