Writer<TBufferWriter>.EnsureContiguous(Int32) Method
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.
Ensures that there are at least length
contiguous bytes available to be written.
public void EnsureContiguous (int length);
member this.EnsureContiguous : int -> unit
Public Sub EnsureContiguous (length As Integer)
Parameters
- length
- Int32
The number of contiguous bytes to ensure.