Bagikan melalui


JsonInt16ReaderWriter.ToJsonTyped(Utf8JsonWriter, Int16) Method

Definition

Writes the value to JSON.

public override void ToJsonTyped (System.Text.Json.Utf8JsonWriter writer, short value);
override this.ToJsonTyped : System.Text.Json.Utf8JsonWriter * int16 -> unit
Public Overrides Sub ToJsonTyped (writer As Utf8JsonWriter, value As Short)

Parameters

writer
Utf8JsonWriter

The Utf8JsonWriter into which the value should be written.

value
Int16

The value to write.

Applies to