Initializes a new instance of the NameValueCollection class that is empty and has the default initial capacity.

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

Syntax

C#
public NameValueCollection()
Visual Basic
Public Sub New

Remarks

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

See Also