C# 클래스 Pihrtsoft.Text.RegularExpressions.Linq.PatternSettings

Specifies a set of features to support on the PatternBuilder object. This class cannot be inherited.
파일 보기 프로젝트 열기: JosefPihrt/LinqToRegex 1 사용 예제들

공개 메소드들

메소드 설명
HasOptions ( PatternOptions options ) : bool

Determines whether specified options are set in the options of the current instance.

PatternSettings ( ) : System

Initializes a new instance of the PatternSettings class.

PatternSettings ( PatternOptions options ) : System

Initializes a new instance of the PatternSettings class with a specified options.

메소드 상세

HasOptions() 공개 메소드

Determines whether specified options are set in the options of the current instance.
public HasOptions ( PatternOptions options ) : bool
options PatternOptions A bitwise combination of the enumeration values.
리턴 bool

PatternSettings() 공개 메소드

Initializes a new instance of the PatternSettings class.
public PatternSettings ( ) : System
리턴 System

PatternSettings() 공개 메소드

Initializes a new instance of the PatternSettings class with a specified options.
has both flag and flag set.
public PatternSettings ( PatternOptions options ) : System
options PatternOptions A bitwise combination of the enumeration values.
리턴 System