# IListPropertyAccept<TList>

> Interface for accepting list property visitation.

## Definition

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

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

## Methods

| Method                                                                                    | Description                                                                                                                              |
| ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| [Accept](/engine/6000.7/script-reference/unity/properties/ilistpropertyaccept1/accept.md) | Call this method to invoke [IListPropertyVisitor.Visit](/engine/6000.7/script-reference/unity/properties/ilistpropertyvisitor/visit.md). |
