# Visit<TDictionary, TKey, TValue>(IDictionaryPropertyBag<TDictionary, TKey, TValue>, ref TDictionary)

> Implement this method to accept visitation for a collection of properties.

## Definition

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

## Visit\<T, U, V>(IDictionaryPropertyBag\<T, T, T>, T)

```csharp
void Visit<TDictionary, TKey, TValue>(IDictionaryPropertyBag<TDictionary, TKey, TValue> properties, ref TDictionary container) where TDictionary : IDictionary<TKey, TValue>
```

### Parameters

**** (\[IDictionaryPropertyBag\<T, T, T>]\(/engine/6000.7/script-reference/unity/properties/idictionarypropertybag3)): The properties of the container.**** (T): The container being visited.

### Remarks

This method is invoked by [IDictionaryPropertyBagAccept\<TContainer>](/engine/6000.7/script-reference/unity/properties/idictionarypropertybagaccept1.md).
