NSEnumerateLinguisticTagsEnumerator Delegado

Definición

Enumerador que se va a pasar a los métodos de la NSLinguisticAnalysis clase .

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

Parámetros

tag
NSString
tokenRange
NSRange
sentenceRange
NSRange
stop
Boolean

Valor devuelto

Se aplica a