# IListPropertyAccept<TList>

> Interface for accepting list property visitation.

## Definition

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

```csharp
public interface IListPropertyAccept<TList>
```

## Methods

| Method                                                                                    | Description                                                     |
| ----------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [Accept](/engine/6000.0/script-reference/unity/properties/ilistpropertyaccept1/accept.md) | Call this method to invoke Visit\{TContainer, TList, TElement}. |
