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

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