Back to API Reference
Struct

RangePayloadView

sealed

Read-only typed access to semantic data carried by a range entity.

public bool HasValue{ get }

Whether this entity carries a semantic payload.

public Type Type{ get }

Concrete runtime type, or null when no payload exists.

public bool TryGet()

Attempts to read the payload through a compatible type.

public T Get()

Returns the typed payload or throws when it is absent or incompatible.