Skip to content

IdSpan

struct

Namespace: Orleans.Runtime

Primitive type for identities, representing a sequence of bytes.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct IdSpan : IComparable<IdSpan>, IEquatable<IdSpan>, IFormattable, ISpanFormattable, ISerializable

Constructors

Properties

  • IsDefault Gets a value indicating whether this instance is the default value.
  • Value Gets the underlying value.

Methods