NSLingusticEnumerator 委托

定义

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

适用于