| Parameter | Description |
|---|---|
| visitor | The visitor. |
| container | The container to visit. |
| parameters | The visit parameters to use. |
Visit the specified container using the specified visitor.
| Parameter | Description |
|---|---|
| visitor | The visitor. |
| container | The container to visit. |
| path | The property path to visit. |
| parameters | The visit parameters to use. |
Visit the specified container using the specified visitor at the given PropertyPath.