AvalonEdit
Count Property
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>Count
Gets the length of the rope. Runs in O(1).
Declaration Syntax
C#Visual BasicVisual C++
public int Count { get; }
Public ReadOnly Property Count As Integer
	Get
public:
virtual property int Count {
	int get () sealed;
}
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