Hunny Software Library Reference

Headers.Clone Method 

Creates a copy of this object.

[Visual Basic]
Overrides Public Function Clone() As Object Implements _
   ICloneable.Clone
[C#]
public override object Clone();

Return Value

a copy of this object

Implements

ICloneable.Clone

Remarks

This method creates a new Headers object that has the same value as this Headers object. The parent node of the new Headers object is set to null.

See Also

Headers Class | Hunny.Mime Namespace