Hunny Software Library Reference

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

See Also

Field Class | Hunny.Mime Namespace