# ContinueVisitation(ref TContainer, ref TValue)

> Continues visitation through the next visitation adapter.

## Definition

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

## ContinueVisitation(T, T)

```csharp
public void ContinueVisitation(ref TContainer container, ref TValue value)
```

### Parameters

**** (T): The container being visited.**** (T): The value being visited.
