# VisitSet<TContainer, TSet, TValue>(Property<TContainer, TSet>, ref TContainer, ref TSet)

> Called when visiting a specialized set property.

## Definition

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

## VisitSet\<T, U, V>(Property\<T, T>, T, T)

```csharp
protected virtual void VisitSet<TContainer, TSet, TValue>(Property<TContainer, TSet> property, ref TContainer container, ref TSet value) where TSet : ISet<TValue>
```

### Parameters

**** (\[Property\<T, T>]\(/engine/6000.0/script-reference/unity/properties/property2)): The property providing access to the list.**** (T): The container being visited.**** (T): The list being visited.
