Syntax

C#
public interface IVisitable

The type exposes the following members.

Public Methods

  NameDescription
Public methodAccept
Accepts the specified visitor and call the relevant IVisitor.Visit***() method

See Also