Gets an IStringCollection containing the values in the IStringStringDictionary.

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

Syntax

C#
IStringCollection Values { get; }
Visual Basic
ReadOnly Property Values As IStringCollection
	Get

Property Value

Type: IStringCollection
An IStringCollection containing the values in the IStringStringDictionary.

Remarks

Please refer to Values for details.

See Also