AcceptEnd

Document.AcceptEnd method

Accepts a visitor for visiting the end of the document.

public override VisitorAction AcceptEnd(DocumentVisitor visitor)
ParameterTypeDescription
visitorDocumentVisitorThe document visitor.

Return Value

The action to be taken by the visitor.

See Also