# Accept(IDictionaryPropertyBagVisitor, ref TContainer)

> Call this method to invoke Visit{TDictionary, TKey, TValue} with the strongly typed container.

## Definition

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

## Accept(IDictionaryPropertyBagVisitor, T)

```csharp
void Accept(IDictionaryPropertyBagVisitor visitor, ref TContainer container)
```

### Parameters

**** (\[IDictionaryPropertyBagVisitor]\(/engine/6000.0/script-reference/unity/properties/idictionarypropertybagvisitor)): The visitor being run.**** (T): The container being visited.
