C# Class Rubberduck.Navigation.RegexSearchReplace.RegexSearchResult

显示文件 Open project: retailcoder/Rubberduck Class Usage Examples

Public Methods

Method Description
RegexSearchResult ( Match match, CodeModule module, int line ) : System.Text.RegularExpressions

Method Details

RegexSearchResult() public method

public RegexSearchResult ( Match match, CodeModule module, int line ) : System.Text.RegularExpressions
match System.Text.RegularExpressions.Match
module CodeModule
line int
return System.Text.RegularExpressions