# ICollectionPropertyBagAccept<TContainer>

> Interface for accepting collection property bags visitation.

## Definition

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

```csharp
public interface ICollectionPropertyBagAccept<TContainer>
```

## Methods

| Method                                                                                             | Description                                                                                                                                                       |
| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Accept](/engine/6000.3/script-reference/unity/properties/icollectionpropertybagaccept1/accept.md) | Call this method to invoke [Visit\_2](/engine/6000.3/script-reference/unity/properties/icollectionpropertybagvisitor/visit.md) with the strongly typed container. |
