ArrayBufferWriter<T>.Clear Method

Definition

Clears the data written to the underlying buffer.

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

Remarks

You must clear the ArrayBufferWriter<T> before trying to reuse it.

Applies to