共用方式為


NSEnumerateLinguisticTagsEnumerator 代理人

定義

要傳遞至 類別中方法的 NSLinguisticAnalysis 列舉值。

public delegate bool NSEnumerateLinguisticTagsEnumerator(NSString tag, NSRange tokenRange, NSRange sentenceRange, ref bool stop);
type NSEnumerateLinguisticTagsEnumerator = delegate of NSString * NSRange * NSRange *  -> bool

參數

tag
NSString
tokenRange
NSRange
sentenceRange
NSRange
stop
Boolean

傳回值

適用於