Hunny Software Library Reference

Node.Assemble Method 

Assembles the string representation.

[Visual Basic]
MustOverride Public Sub Assemble()
[C#]
public abstract void Assemble();

Remarks

This method executes the assemble operation. The assemble operation creates or updates the string representation from the broken-down representation. The assemble operation is the opposite of the parse operation. Before creating or updating the string representation, the assemble operation invokes the assemble operation of each of its child nodes. If the is-modifed flag for a Node is cleared, the Assemble() method will return immediately without calling the Assemble() method of any of its child nodes, and without updating the string representation.

This method clears the is-modified flag.

See Also

Node Class | Hunny.Mime Namespace