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