CborWriter.WriteEndArray Method

Definition

Writes the end of an array (major type 4).

public:
 void WriteEndArray();
public void WriteEndArray ();
member this.WriteEndArray : unit -> unit
Public Sub WriteEndArray ()

Exceptions

The written data is not accepted under the current conformance mode.

-or-

The definite-length array anticipates more data items.

Applies to