C# Class OpenTween.SearchWordDialog.SearchOptions

ファイルを表示 Open project: opentween/OpenTween Class Usage Examples

Public Methods

Method Description
SearchOptions ( SearchType type, string query, bool newTab, bool caseSensitive, bool useRegex ) : System

Method Details

SearchOptions() public method

public SearchOptions ( SearchType type, string query, bool newTab, bool caseSensitive, bool useRegex ) : System
type SearchType
query string
newTab bool
caseSensitive bool
useRegex bool
return System