C# Class GUIUtils.Editor.Patterns.ListPattern

A pattern consisting of a list of elements
Inheritance: Pattern
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
ComputeRegExp ( string elements ) : string

Compiles the keywords as a regular expression.

ListPattern ( Font baseFont ) : System

Constructor

Private Methods

Method Description
ComputeTupleRegExp ( string>.Tuple elements ) : string

Method Details

ComputeRegExp() public static method

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

ListPattern() public method

Constructor
public ListPattern ( Font baseFont ) : System
baseFont System.Drawing.Font
return System