AvalonEdit
RopeTextReader Constructor (rope)
NamespacesICSharpCode.AvalonEdit.UtilsRopeTextReaderRopeTextReader(Rope<(Of <<'(Char>)>>))
Creates a new RopeTextReader. Internally, this method creates a Clone of the rope; so the text reader will always read through the old version of the rope if it is modified.
Declaration Syntax
C#Visual BasicVisual C++
public RopeTextReader(
	Rope<char> rope
)
Public Sub New ( _
	rope As Rope(Of Char) _
)
public:
RopeTextReader(
	Rope<wchar_t>^ rope
)
Parameters
rope (Rope<(Of <(<'Char>)>)>)
See Also

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