# IDictionaryPropertyBagAccept<TContainer>

> Interface for accepting list property bags visitation.

## Definition

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

```csharp
public interface IDictionaryPropertyBagAccept<TContainer>
```

## Methods

| Method                                                                                             | Description                                                                                                                                                                                  |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Accept](/engine/6000.7/script-reference/unity/properties/idictionarypropertybagaccept1/accept.md) | Call this method to invoke [IDictionaryPropertyBagVisitor.Visit](/engine/6000.7/script-reference/unity/properties/idictionarypropertybagvisitor/visit.md) with the strongly typed container. |
