AcceptStart

BuildingBlock.AcceptStart method

Accepts a visitor for visiting the start of the BuildingBlock.

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

Return Value

The action to be taken by the visitor.

See Also