ArcBufferPage.ReadableMemory Property
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.
A ReadOnlyMemory<T> containing the readable bytes from this page.
public ReadOnlyMemory<byte> ReadableMemory { get; }
member this.ReadableMemory : ReadOnlyMemory<byte>
Public ReadOnly Property ReadableMemory As ReadOnlyMemory(Of Byte)