C# Class TSTool.SearchToken

Show 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 property

public bool Closed
return bool

End public property

public int End
return int

Start public property

public int Start
return int

Text public property

public string Text
return string