public int rfind([BytesConversion] IList <byte> /*!*/ sub, int start, int end) { lock (this) { return(_bytes.ReverseFind(sub, start, end)); } }