MemoryExtensions.LastIndexOfAnyWhiteSpace(ReadOnlySpan<Char>) Metodo

Definizione

public:
[System::Runtime::CompilerServices::Extension]
 static int LastIndexOfAnyWhiteSpace(ReadOnlySpan<char> span);
public static int LastIndexOfAnyWhiteSpace(this ReadOnlySpan<char> span);
static member LastIndexOfAnyWhiteSpace : ReadOnlySpan<char> -> int
<Extension()>
Public Function LastIndexOfAnyWhiteSpace (span As ReadOnlySpan(Of Char)) As Integer

Parametri

Valori restituiti

Si applica a