Back to API Reference
Struct

RangeId

sealed
Implements:IEquatable<RangeId>

Identifies one range inside its owning source.

public ulong Value{ get }

Source-local nonzero identifier.

public bool IsValid{ get }

Whether this value can address a range entity.

[ctor]public RangeId()

Creates a nonzero source-local range identifier.

public bool Equals()
public override bool Equals()
public override int GetHashCode()
public override string ToString()