다음을 통해 공유


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입니다.

적용 대상