Düzenle

Aracılığıyla paylaş


Writer<TBufferWriter>.EnsureContiguous(Int32) Method

Definition

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.

Applies to