NSMatchingFlags Enum

Definition

Enumerates flags for use with the NSMatchEnumerator delegate.

This enumeration supports a bitwise combination of its member values.

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

Fields

Name Value Description
Progress 1
Completed 2
HitEnd 4
RequiredEnd 8
InternalError 16

Applies to