Edit

ArcBuffer.PageSegment Struct

Definition

Defines a region of data within a page.

public readonly struct ArcBuffer.PageSegment
type ArcBuffer.PageSegment = struct
Public Structure ArcBuffer.PageSegment
Inheritance
ArcBuffer.PageSegment

Constructors

Name Description
ArcBuffer.PageSegment(ArcBufferPage, Int32, Int32)

Defines a region of data within a page.

Fields

Name Description
Length

Gets the length of this region.

Offset

Gets the offset into the page at which this region begins.

Page

Gets the page which this segment refers to.

Properties

Name Description
ArraySegment

Gets an ArraySegment<T> representation of this region.

Memory

Gets a ReadOnlyMemory<T> representation of this region.

Span

Gets a ReadOnlySpan<T> representation of this region.

Applies to