Supports type-safe iteration over a dictionary that contains NameValueEntry elements.

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

Syntax

C#
public interface IStringStringEnumerator
Visual Basic
Public Interface IStringStringEnumerator

Remarks

IStringStringEnumerator provides an IDictionaryEnumerator that is strongly typed for String keys and String values.

See Also