Create a new text document with the specified initial text.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public TextDocument( IEnumerable<char> initialText )
Public Sub New ( _ initialText As IEnumerable(Of Char) _ )
public: TextDocument( IEnumerable<wchar_t>^ initialText )
Parameters
- initialText (IEnumerable<(Of <(<'Char>)>)>)
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238