AvalonEdit
RopeTextSource Constructor (rope)
NamespacesICSharpCode.AvalonEdit.DocumentRopeTextSourceRopeTextSource(Rope<(Of <<'(Char>)>>))
Creates a new RopeTextSource.
Declaration Syntax
C#Visual BasicVisual C++
public RopeTextSource(
	Rope<char> rope
)
Public Sub New ( _
	rope As Rope(Of Char) _
)
public:
RopeTextSource(
	Rope<wchar_t>^ rope
)
Parameters
rope (Rope<(Of <(<'Char>)>)>)

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