Edit

Share via


Writer<TBufferWriter>.WriteInt32(Int32) Method

Definition

Writes the provided Int32 to the output buffer.

public void WriteInt32 (int value);
member this.WriteInt32 : int -> unit
Public Sub WriteInt32 (value As Integer)

Parameters

value
Int32

The value.

Applies to