Reports the index of the last occurrence of any byte in a specified set of bytes.
largest index less than or equal to startIndex where
any byte in anyOf was found;
-1 if no byte in anyOf was found
| Exception Type | Condition |
|---|---|
| ArgumentNullException | anyOf is null |
| ArgumentOutOfRangeException | startIndex < 0; or startIndex > Length |
ByteString Class | Hunny.Base Namespace | ByteString.LastIndexOfAny Overload List