C# Class ModernizedAlice.ArtOfWords.BizCommon.Model.Event.ReplaceWordEventArgs

Inheritance: System.EventArgs
Show file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Properties

Property Type Description
fromStr string
headIndex int
replaceAll bool
tailIndex int
toStr string

Property Details

fromStr public property

public string fromStr
return string

headIndex public property

public int headIndex
return int

replaceAll public property

public bool replaceAll
return bool

tailIndex public property

public int tailIndex
return int

toStr public property

public string toStr
return string