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

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

Public Methods

Method 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 method

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.
return bool

PatternSettings() public method

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

PatternSettings() public method

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.
return System