# Accept(IPropertyVisitor, ref TContainer)

> Call this method to invoke IPropertyVisitor.Visit with the strongly typed container and value.

## Definition

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

## Accept(IPropertyVisitor, T)

```csharp
public void Accept(IPropertyVisitor visitor, ref TContainer container)
```

### Parameters

**** (\[IPropertyVisitor]\(/engine/6000.5/script-reference/unity/properties/ipropertyvisitor)): The visitor being run.**** (T): The container being visited.
