Gets the keys in the NameValueCollection.
Namespace: CodeSmith.CustomPropertiesAssembly: 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: IStringListAn IStringList containing the keys in the NameValueCollection.
Remarks
Please refer to GetKeyList()()()() for details.