# IListPropertyBagAccept<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 IListPropertyBagAccept<TContainer>
```

## Methods

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