# IDictionaryPropertyVisitor

> Interface for receiving strongly typed property callbacks for dictionaries.

## Definition

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

```csharp
public interface IDictionaryPropertyVisitor
```

## Remarks

[IDictionaryPropertyAccept\<TDictionary>](/engine/6000.0/script-reference/unity/properties/idictionarypropertyaccept1.md)

## Methods

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