Hunny Software Library Reference

TransferEncodingType.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 TransferEncodingType object that has the same value as this TransferEncodingType object. The parent node of the new TransferEncodingType object is set to null.

See Also

TransferEncodingType Class | Hunny.Mime Namespace