Creates a shallow copy of the NameValueCollection.
Namespace: CodeSmith.CustomPropertiesAssembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public virtual Object Clone() |
Visual Basic |
---|
Public Overridable Function Clone As Object |
Return Value
Type: ObjectA shallow copy of the NameValueCollection.
Implements
ICloneable..::..Clone()()()()Remarks
Please refer to Clone()()()() for details.