Gets the values 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 GetValueList() |
Visual Basic |
---|
Public Overridable Function GetValueList As IStringList |
Return Value
Type: IStringListAn IStringList containing the values in the NameValueCollection.
Remarks
Please refer to GetValueList()()()() for details.