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