Hunny Software Library Reference

Field Constructor (Field)

Copy constructor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal other As Field _
)
[C#]
public Field(
   Field other
);

Parameters

other
instance to copy

Remarks

This constructor performs a deep copy of its argument. The parent node of the new Field object is set to null.

See Also

Field Class | Hunny.Mime Namespace | Field Constructor Overload List