# Accept<TContainer>(IDictionaryPropertyVisitor, Property<TContainer, TDictionary>, ref TContainer, ref TDictionary)

> Call this method to invoke Visit{TContainer, TDictionary, TKey, TValue}.

## Definition

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

## Accept\<T>(IDictionaryPropertyVisitor, Property\<T, T>, T, T)

```csharp
void Accept<TContainer>(IDictionaryPropertyVisitor visitor, Property<TContainer, TDictionary> property, ref TContainer container, ref TDictionary dictionary)
```

### Parameters

**** (\[IDictionaryPropertyVisitor]\(/engine/6000.0/script-reference/unity/properties/idictionarypropertyvisitor)): The visitor being run.**** (\[Property\<T, T>]\(/engine/6000.0/script-reference/unity/properties/property2)): The property being visited.**** (T): The container being visited.**** (T): The dictionary value.

### Remarks

This method is used to join the container, the key and the value type.
