Gets an IStringCollection containing the keys in the NameValueCollection.

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

Syntax

C#
public virtual IStringCollection Keys { get; }
Visual Basic
Public Overridable ReadOnly Property Keys As IStringCollection
	Get

Property Value

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

Remarks

Please refer to Keys for details.

See Also