C# 클래스 Mono.TextEditor.LineSplitter.TreeNode

상속: Mono.TextEditor.LineSegment
파일 보기 프로젝트 열기: LogosBible/monodevelop

공개 프로퍼티들

프로퍼티 타입 설명
Count int
TotalLength int

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToString ( ) : string
TreeNode ( int length, int delimiterLength ) : System
UpdateAugmentedData ( ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TreeNode() 공개 메소드

public TreeNode ( int length, int delimiterLength ) : System
length int
delimiterLength int
리턴 System

UpdateAugmentedData() 공개 메소드

public UpdateAugmentedData ( ) : void
리턴 void

프로퍼티 상세

Count 공개적으로 프로퍼티

public int Count
리턴 int

TotalLength 공개적으로 프로퍼티

public int TotalLength
리턴 int