C# 클래스 Radegast.ScriptEditor.FindHistoryItem

파일 보기 프로젝트 열기: radegastdev/radegast

공개 프로퍼티들

프로퍼티 타입 설명
SelLength int
SelStart int
Term string

공개 메소드들

메소드 설명
FindHistoryItem ( string term, int ss, int sl ) : System
ToString ( ) : string

메소드 상세

FindHistoryItem() 공개 메소드

public FindHistoryItem ( string term, int ss, int sl ) : System
term string
ss int
sl int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

SelLength 공개적으로 프로퍼티

public int SelLength
리턴 int

SelStart 공개적으로 프로퍼티

public int SelStart
리턴 int

Term 공개적으로 프로퍼티

public string Term
리턴 string