Gets an IStringCollection containing the keys 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 Keys { get; }
Visual Basic
ReadOnly Property Keys As IStringCollection
	Get

Property Value

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

Remarks

Please refer to Keys for details.

See Also