C# Класс Pihrtsoft.Text.RegularExpressions.Linq.PatternSettings

Specifies a set of features to support on the PatternBuilder object. This class cannot be inherited.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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