C# Class AvalonStudio.TextEditor.Document.TextAnchorNode

A TextAnchorNode is placed in the TextAnchorTree. It describes a section of text with a text anchor at the end of the section. A weak reference is used to refer to the TextAnchor. (to save memory, we derive from WeakReference instead of referencing it)
Inheritance: System.WeakReference
Show file Open project: VitalElement/AvalonStudio Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TextAnchorNode ( TextAnchor anchor ) : System
ToString ( ) : string

Method Details

TextAnchorNode() public method

public TextAnchorNode ( TextAnchor anchor ) : System
anchor TextAnchor
return System

ToString() public method

public ToString ( ) : string
return string