C# 클래스 Highlight.Patterns.WordPattern

상속: Pattern
파일 보기 프로젝트 열기: thomasjo/highlight 1 사용 예제들

공개 메소드들

메소드 설명
GetRegexPattern ( ) : string
WordPattern ( string name, Style style, IEnumerable words ) : System

비공개 메소드들

메소드 설명
GetNonWords ( ) : string

메소드 상세

GetRegexPattern() 공개 메소드

public GetRegexPattern ( ) : string
리턴 string

WordPattern() 공개 메소드

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