# ISingleRange

Package: [Microsoft.Orleans.Core](/orleans/docs/api/csharp/microsoft.orleans.core/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Core)

```csharp
public interface ISingleRange : IRingRange
```

Represents a single, contiguous range round a virtual ring where points along the ring are identified using `System.UInt32` values.

## See also

- [IRingRange](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.iringrange/)

## Properties

- [Begin](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.isinglerange/properties/begin-3a36f881/)
- [End](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.isinglerange/properties/end-234afeb1/)
