C# 클래스 GUIUtils.Editor.Patterns.ListPattern

A pattern consisting of a list of elements
상속: Pattern
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
ComputeRegExp ( string elements ) : string

Compiles the keywords as a regular expression.

ListPattern ( Font baseFont ) : System

Constructor

비공개 메소드들

메소드 설명
ComputeTupleRegExp ( string>.Tuple elements ) : string

메소드 상세

ComputeRegExp() 공개 정적인 메소드

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

ListPattern() 공개 메소드

Constructor
public ListPattern ( Font baseFont ) : System
baseFont System.Drawing.Font
리턴 System