# Current

> Gets the element in the collection at the current position of the enumerator.

## Definition

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

```csharp
public readonly IProperty<TContainer> Current { get; }
```
