Hunny Software Library Reference

Group Constructor (Group)

Copy constructor.

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

Parameters

other
instance to copy

Remarks

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

See Also

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