CharSpanProcessorDelegate 委托

定义

处理字符范围。

public delegate bool CharSpanProcessorDelegate(ReadOnlySpan<char> span);
type CharSpanProcessorDelegate = delegate of ReadOnlySpan<char> -> bool
Public Delegate Function CharSpanProcessorDelegate(span As ReadOnlySpan(Of Char)) As Boolean 

参数

返回值

如果继续进一步处理,则为 True;如果应停止处理,则为 false。

适用于