ArcBuffer.PageSegment Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |