C# Class Highlight.Patterns.WordPattern

Inheritance: Pattern
显示文件 Open project: thomasjo/highlight Class Usage Examples

Public Methods

Method Description
GetRegexPattern ( ) : string
WordPattern ( string name, Style style, IEnumerable words ) : System

Private Methods

Method Description
GetNonWords ( ) : string

Method Details

GetRegexPattern() public method

public GetRegexPattern ( ) : string
return string

WordPattern() public method

public WordPattern ( string name, Style style, IEnumerable words ) : System
name string
style Style
words IEnumerable
return System