NSLingusticEnumerator Delegate
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.
A delegate that enumerates values for EnumerateTagsInRange(NSRange, NSString, NSLinguisticTaggerOptions, NSLingusticEnumerator).
C#
public delegate void NSLingusticEnumerator(NSString tag, NSRange tokenRange, NSRange sentenceRange, ref bool stop);
type NSLingusticEnumerator = delegate of NSString * NSRange * NSRange * -> unit
- tag
- NSString
- tokenRange
- NSRange
- sentenceRange
- NSRange
- stop
- Boolean
Product | Versions |
---|---|
Xamarin iOS SDK | 12 |