Creates a new TextBufferWriter bound to this TextBuffer.
Description: The only way to read and write to certain sections of a TextBuffer is via the TextBufferWriter.
Writers are constrained to the given bounds, allowing careful control of where certain parts of your code are allowed to modify.
A TextBufferWriter, constrained to the given bounds, which is also bounded to this specific TextBuffer.
See Implementation
Creates a new TextBufferWriter bound to this TextBuffer.
Description: The only way to read and write to certain sections of a TextBuffer is via the TextBufferWriter.
Writers are constrained to the given bounds, allowing careful control of where certain parts of your code are allowed to modify.