Represents a strongly typed collection of NameValueEntry key-and-value pairs.

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

Syntax

C#
public interface IStringStringDictionary : IStringStringCollection
Visual Basic
Public Interface IStringStringDictionary
	Inherits IStringStringCollection

Remarks

IStringStringDictionary provides an IDictionary that is strongly typed for String keys and String values.

See Also