Condividi tramite


CharSpanProcessorDelegate Delegato

Definizione

Elabora un intervallo di caratteri.

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 

Parametri

Valore restituito

True se l'elaborazione continua, false se l'elaborazione deve essere interrotta.

Si applica a