C# 클래스 Mono.Terminal.LineEditor.CompletionState

파일 보기 프로젝트 열기: NtreevSoft/CommandLineParser

공개 프로퍼티들

프로퍼티 타입 설명
Col int
Completions string[]
Prefix string

공개 메소드들

메소드 설명
Clear ( ) : void
CompletionState ( int col, int row, int width, int height ) : System
DrawSelection ( ) : void
Remove ( ) : void
SelectNext ( ) : void
SelectPrevious ( ) : void
Show ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CompletionState() 공개 메소드

public CompletionState ( int col, int row, int width, int height ) : System
col int
row int
width int
height int
리턴 System

DrawSelection() 공개 메소드

public DrawSelection ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

SelectNext() 공개 메소드

public SelectNext ( ) : void
리턴 void

SelectPrevious() 공개 메소드

public SelectPrevious ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

프로퍼티 상세

Col 공개적으로 프로퍼티

public int Col
리턴 int

Completions 공개적으로 프로퍼티

public string[] Completions
리턴 string[]

Prefix 공개적으로 프로퍼티

public string Prefix
리턴 string