C# Class Mono.TextEditor.LineSplitter.TreeNode

Inheritance: Mono.TextEditor.LineSegment
Afficher le fichier Open project: LogosBible/monodevelop

Méthodes publiques

Свойство Type Description
Count int
TotalLength int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ToString ( ) : string
TreeNode ( int length, int delimiterLength ) : System
UpdateAugmentedData ( ) : void

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

TreeNode() public méthode

public TreeNode ( int length, int delimiterLength ) : System
length int
delimiterLength int
Résultat System

UpdateAugmentedData() public méthode

public UpdateAugmentedData ( ) : void
Résultat void

Property Details

Count public_oe property

public int Count
Résultat int

TotalLength public_oe property

public int TotalLength
Résultat int