AnsiBuilder Class

Definition

An allocation-friendly builder for composing ANSI output into a single string.

public sealed class AnsiBuilder : IBufferWriter<char>, IDisposable

Remarks

This type implements IBufferWriter<T> so it can be used as an output target for AnsiWriter. Internally it rents a buffer from System.Buffers.ArrayPool`1 and returns it on Dispose().

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (1)

Methods (9)