C# Класс 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)
Наследование: System.WeakReference
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
TextAnchorNode ( TextAnchor anchor ) : System
ToString ( ) : string

Описание методов

TextAnchorNode() публичный Метод

public TextAnchorNode ( TextAnchor anchor ) : System
anchor TextAnchor
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string