PrefixingBufferWriter<T,TBufferWriter>.Complete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the prefix and commits the payload to the underlying IBufferWriter<T>.
public void Complete (ReadOnlySpan<T> prefix);
member this.Complete : ReadOnlySpan<'T> -> unit
Public Sub Complete (prefix As ReadOnlySpan(Of T))
Parameters
- prefix
- ReadOnlySpan<T>
The prefix to write in. The length must match the one given in the constructor.