共用方式為


LinguisticTagEnumerator 代理人

定義

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

參數

tag
String
tokenRange
NSRange
stop
Boolean

適用於