Syntax
| C# |
|---|
public interface IVisitable |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| Accept |
Accepts the specified visitor and call the relevant IVisitor.Visit***() method
|
| C# |
|---|
public interface IVisitable |
The type exposes the following members.
| Name | Description | |
|---|---|---|
| Accept |
Accepts the specified visitor and call the relevant IVisitor.Visit***() method
|