This version of Unity is unsupported.

Parameters

visitor The visitor.
container The container to visit.
parameters The visit parameters to use.

Returns

bool <see langword="true" /> if the visitation succeeded; <see langword="false" /> otherwise.

Description

Tries to visit the specified <paramref name="container" /> by ref using the specified <paramref name="visitor" />.


Parameters

visitor The visitor.
container The container to visit.
parameters The visit parameters to use.
returnCode When this method returns, contains the return code.

Returns

bool <see langword="true" /> if the visitation succeeded; <see langword="false" /> otherwise.

Description

Tries to visit the specified <paramref name="container" /> by ref using the specified <paramref name="visitor" />.


Parameters

visitor The visitor.
container The container to visit.
path The property path to visit.
returnCode When this method returns, contains the return code.
parameters The visit parameters to use.

Description

Visit the specified <paramref name="container" /> using the specified <paramref name="visitor" /> at the given PropertyPath.