C# Class ilbeDetector.frmilbeDetector.Worker

Show file Open project: ProgC/ilbeDetector

Public Properties

Property Type Description
EndIndex int
OriginalText string
StartIndex int
Words string[]
ilbeInfo List

Public Methods

Method Description
DoWork ( ) : void
FindString ( string text, int startIndex, int endIndex, string words ) : void
Worker ( int start, int end, string text, string words ) : System

Method Details

DoWork() public method

public DoWork ( ) : void
return void

FindString() public method

public FindString ( string text, int startIndex, int endIndex, string words ) : void
text string
startIndex int
endIndex int
words string
return void

Worker() public method

public Worker ( int start, int end, string text, string words ) : System
start int
end int
text string
words string
return System

Property Details

EndIndex public property

public int EndIndex
return int

OriginalText public property

public string OriginalText
return string

StartIndex public property

public int StartIndex
return int

Words public property

public string[] Words
return string[]

ilbeInfo public property

public List ilbeInfo
return List