public int count([BytesConversion] IList <byte> /*!*/ ssub, int start, int end) { lock (this) { IList <byte> bytes = _bytes; return(_bytes.CountOf(ssub, start, end)); } }