C# Class Pihrtsoft.Text.RegularExpressions.Linq.PatternSettings

Specifies a set of features to support on the PatternBuilder object. This class cannot be inherited.
Afficher le fichier Open project: JosefPihrt/LinqToRegex Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

HasOptions() public méthode

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.
Résultat bool

PatternSettings() public méthode

Initializes a new instance of the PatternSettings class.
public PatternSettings ( ) : System
Résultat System

PatternSettings() public méthode

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.
Résultat System