# Reset()

> Sets the enumerator to its initial position, which is before the first element in the collection.

## Definition

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

```csharp
public void Reset()
```
