Ejemplo n.º 1
0
 public bool endswith([BytesConversion] IList <byte> /*!*/ suffix)
 {
     lock (this) {
         return(_bytes.EndsWith(suffix));
     }
 }