NSMatchEnumerator Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate applied to results in EnumerateMatches(NSString, NSMatchingOptions, NSRange, NSMatchEnumerator).
public delegate void NSMatchEnumerator(NSTextCheckingResult result, NSMatchingFlags flags, ref bool stop);
type NSMatchEnumerator = delegate of NSTextCheckingResult * NSMatchingFlags * -> unit
Parameters
- result
- NSTextCheckingResult
- flags
- NSMatchingFlags
- stop
- Boolean