C# Class Highlight.Patterns.WordPattern

Inheritance: Pattern
Afficher le fichier Open project: thomasjo/highlight Class Usage Examples

Méthodes publiques

Méthode Description
GetRegexPattern ( ) : string
WordPattern ( string name, Style style, IEnumerable words ) : System

Private Methods

Méthode Description
GetNonWords ( ) : string

Method Details

GetRegexPattern() public méthode

public GetRegexPattern ( ) : string
Résultat string

WordPattern() public méthode

public WordPattern ( string name, Style style, IEnumerable words ) : System
name string
style Style
words IEnumerable
Résultat System