Supports type-safe iteration over a collection that contains 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 IStringEnumerator
Visual Basic
Public Interface IStringEnumerator

Remarks

IStringEnumerator provides an IEnumerator that is strongly typed for String elements.

See Also