AvalonEdit
Length Property
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>Length
Gets the length of the rope. Runs in O(1).
Declaration Syntax
C#Visual BasicVisual C++
public int Length { get; }
Public ReadOnly Property Length As Integer
	Get
public:
property int Length {
	int get ();
}
Remarks
This method counts as a read access and may be called concurrently to other read accesses.

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