# VisitPath<TContainer, TValue>(Property<TContainer, TValue>, ref TContainer, ref TValue)

> Method called when the visitor has successfully visited the provided path.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Properties](/engine/6000.5/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

## VisitPath\<T, U>(Property\<T, T>, T, T)

```csharp
protected virtual void VisitPath<TContainer, TValue>(Property<TContainer, TValue> property, ref TContainer container, ref TValue value)
```

### Parameters

**** (\[Property\<T, T>]\(/engine/6000.5/script-reference/unity/properties/property2)): **** (T): **** (T):&#x20;
