Gets 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 IStringList GetKeyList()
Visual Basic
Public Overridable Function GetKeyList As IStringList

Return Value

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

Remarks

Please refer to GetKeyList()()()() for details.

See Also