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

Inheritance: System.EventArgs
Mostra 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_oe property

public string fromStr
return string

headIndex public_oe property

public int headIndex
return int

replaceAll public_oe property

public bool replaceAll
return bool

tailIndex public_oe property

public int tailIndex
return int

toStr public_oe property

public string toStr
return string