# PropertySetter<TContainer, TValue>

> Represents the method that will handle setting a specified value for a specified container.

## Definition

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

```csharp
public delegate void PropertySetter<TContainer, in TValue>(ref TContainer container, TValue value)
```
