TextConsumer
public struct TextConsumer : IReadOnlySpanConsumer<char>, ISupplier<ReadOnlyMemory<char>, CancellationToken, ValueTask>, IFunctional<Func<ReadOnlyMemory<char>, CancellationToken, ValueTask>>, IFlushable, IEquatable<TextConsumer>
Represents implementation of IReadOnlySpanConsumer<T>
in the form of the writer to TextWriter.
Gets a value indicating that the underlying text writer is null.
Wraps the text writer.
Wraps the text writer.