MemoryExtensions.LastIndexOfAnyWhiteSpace(ReadOnlySpan<Char>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- span
- ReadOnlySpan<Char>