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