AvalonEdit
Write Method (value)
NamespacesICSharpCode.AvalonEdit.DocumentDocumentTextWriterWrite(Char)
Writes a character to the text stream.
Declaration Syntax
C#Visual BasicVisual C++
public override void Write(
	char value
)
Public Overrides Sub Write ( _
	value As Char _
)
public:
virtual void Write(
	wchar_t value
) override
Parameters
value (Char)
The character to write to the text stream.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe TextWriter is closed.
IOExceptionAn I/O error occurs.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238