C# Class Mono.TextEditor.LineSplitter.TreeNode

Inheritance: Mono.TextEditor.LineSegment
Show file Open project: LogosBible/monodevelop

Public Properties

Property Type Description
Count int
TotalLength int

Private Properties

Property Type Description

Public Methods

Method Description
ToString ( ) : string
TreeNode ( int length, int delimiterLength ) : System
UpdateAugmentedData ( ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

TreeNode() public method

public TreeNode ( int length, int delimiterLength ) : System
length int
delimiterLength int
return System

UpdateAugmentedData() public method

public UpdateAugmentedData ( ) : void
return void

Property Details

Count public property

public int Count
return int

TotalLength public property

public int TotalLength
return int