CharSpanProcessorDelegate 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理字元範圍。
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
參數
- span
- ReadOnlySpan<Char>
傳回值
如果進一步處理應該繼續,則為 True;如果處理應該停止,則為 false。