Edit

Share via


IBuffer<T>.Clear Method

Definition

Clears the data written to the underlying buffer.

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

Remarks

You must clear the IBuffer<T> instance before trying to re-use it.

Applies to