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
Afficher le fichier Open project: VitalElement/AvalonStudio Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TextAnchorNode ( TextAnchor anchor ) : System
ToString ( ) : string

Method Details

TextAnchorNode() public méthode

public TextAnchorNode ( TextAnchor anchor ) : System
anchor TextAnchor
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string