Skip to content
Microsoft Orleans
Search
Ctrl
K
Cancel
Orleans on GitHub
Orleans on Discord
Select theme
Dark
Light
Auto
API packages
Microsoft.Orleans.Core
Package overview
ISingleRange
Overview
Properties
Orleans on GitHub
Orleans on Discord
Select theme
Dark
Light
Auto
ISingleRange Properties
Documentation
API reference
Microsoft.Orleans.Core
ISingleRange
Properties
Markdown
Represents a single, contiguous range round a virtual ring where points along the ring are identified using
System.UInt32
values.
Begin
abstract
get
public
abstract
uint
Begin
Gets the exclusive lower bound of the range.
End
abstract
get
public
abstract
uint
End
Gets the inclusive upper bound of the range.