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

Return Value

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

Remarks

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

See Also