C# 클래스 ModernizedAlice.ArtOfWords.BizCommon.Model.Event.ReplaceWordEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fromStr string
headIndex int
replaceAll bool
tailIndex int
toStr string

프로퍼티 상세

fromStr 공개적으로 프로퍼티

public string fromStr
리턴 string

headIndex 공개적으로 프로퍼티

public int headIndex
리턴 int

replaceAll 공개적으로 프로퍼티

public bool replaceAll
리턴 bool

tailIndex 공개적으로 프로퍼티

public int tailIndex
리턴 int

toStr 공개적으로 프로퍼티

public string toStr
리턴 string