NLTaggerEnumerateTagsContinuationHandler Delegate

Definition

public delegate void NLTaggerEnumerateTagsContinuationHandler(NSString tag, NSRange tokenRange, out bool stop);
type NLTaggerEnumerateTagsContinuationHandler = delegate of NSString * NSRange *  -> unit

Parameters

tag
NSString

The tag on which to operate.

tokenRange
NSRange

The token range to process.

stop
Boolean

false to stop enumerating.

Applies to