Writer<TBufferWriter>.Output Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The output buffer writer.
public TBufferWriter Output;
val mutable Output : 'BufferWriter
Public Output As TBufferWriter
Field Value
TBufferWriter
Remarks
Modifying the output directly may corrupt the state of the writer.