# IListPropertyVisitor

> Interface for receiving strongly typed property callbacks for lists.

## Definition

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

```csharp
public interface IListPropertyVisitor
```

## Methods

| Method                                                                                  | Description                                                                 |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [Visit](/engine/6000.6/script-reference/unity/properties/ilistpropertyvisitor/visit.md) | Implement this method to accept visitation for a specialized list property. |
