# SpanEnumerator Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.buffers.pooledbuffer.bufferslice.spanenumerator/)

## Current {#current-c5305325}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.buffers.pooledbuffer.bufferslice.spanenumerator/properties/current-c5305325/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Buffers/PooledBuffer.cs)

```csharp
public readonly ReadOnlySpan<byte> Current
```

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