LinguisticTagEnumerator Delegate

Definition

public delegate void LinguisticTagEnumerator(string tag, NSRange tokenRange, bool stop);
type LinguisticTagEnumerator = delegate of string * NSRange * bool -> unit

Parameters

tag
String
tokenRange
NSRange
stop
Boolean

Applies to