C# Class TSTool.SearchToken

Mostra file Open project: brightideainc/TSTool Class Usage Examples

Public Properties

Property Type Description
Closed bool
End int
Start int
Text string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Closed public_oe property

public bool Closed
return bool

End public_oe property

public int End
return int

Start public_oe property

public int Start
return int

Text public_oe property

public string Text
return string