CharSpanProcessorDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes a character span.
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
Parameters
- span
- ReadOnlySpan<Char>
Return Value
True if further processing should continue, false if processing should stop.