# ISetPropertyAccept<TSet>

> Interface for accepting hash set property visitation.

## Definition

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

```csharp
public interface ISetPropertyAccept<TSet>
```

## Methods

| Method                                                                                   | Description                                                  |
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Accept](/engine/6000.0/script-reference/unity/properties/isetpropertyaccept1/accept.md) | Call this method to invoke Visit\{TContainer, TSet, TValue}. |
