BufferConsumer<T>
public struct BufferConsumer<T> : IReadOnlySpanConsumer<T>, ISupplier<ReadOnlyMemory<T>, CancellationToken, ValueTask>, IEquatable<BufferConsumer<T>>
Represents implementation of IReadOnlySpanConsumer<T>
in the form of the writer to IBufferWriter<T>.
Gets a value indicating that the underlying buffer is null.
Wraps the buffer writer.
Determines whether the two objects contain references to the same buffer writer.
Determines whether the two objects contain references to the different buffer writers.
Determines whether this object contains the same buffer instance as the specified object.