C# Class GUIUtils.Editor.Patterns.ListPattern

A pattern consisting of a list of elements
Inheritance: Pattern
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode Description
ComputeRegExp ( string elements ) : string

Compiles the keywords as a regular expression.

ListPattern ( Font baseFont ) : System

Constructor

Private Methods

Méthode Description
ComputeTupleRegExp ( string>.Tuple elements ) : string

Method Details

ComputeRegExp() public static méthode

Compiles the keywords as a regular expression.
public static ComputeRegExp ( string elements ) : string
elements string
Résultat string

ListPattern() public méthode

Constructor
public ListPattern ( Font baseFont ) : System
baseFont System.Drawing.Font
Résultat System