NSMatchingOptions Enum

Definition

Enumerates options for use with NSRegularExpression regular expression objects.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum NSMatchingOptions
type NSMatchingOptions = 
Inheritance
NSMatchingOptions
Attributes

Fields

Anchored 4
ReportCompletion 2
ReportProgress 1
WithoutAnchoringBounds 16
WithTransparentBounds 8

Applies to