Implements a strongly typed pair of one String key and one String value.

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

Syntax

C#
[SerializableAttribute]
public struct NameValueEntry
Visual Basic
<SerializableAttribute>
Public Structure NameValueEntry

Remarks

NameValueEntry provides a DictionaryEntry that is strongly typed for String keys and String values.

See Also