コード例 #1
0
 // Methods
 /// <summary>
 /// <para>Deletes the current cursor entry.</para>
 /// </summary>
 /// <param name="flags">
 /// <para>The <see cref="DeleteOpFlags" /> specifying the write options.</para>
 /// </param>
 /// <returns>
 /// <para>Whether or not there was a current entry to be deleted.</para>
 /// </returns>
 public abstract bool Delete(DeleteOpFlags flags);
コード例 #2
0
 /// <summary>
 /// Deletes an entry.
 /// </summary>
 /// <param name="key">The <see cref="DataBuffer"/> key of the entry to delete.</param>
 /// <param name="flags">The <see cref="DeleteOpFlags"/> for the operation.</param>
 /// <returns><see langword="true"/> if the entry existed and was deleted; otherwise
 /// <see langword="false"/>.</returns>
 public abstract bool Delete(DataBuffer key, DeleteOpFlags flags);