Editar

Compartilhar via


EditableStream.Delete(Int32) Method

Definition

Deletes up to the specified number of bytes at the current position in the stream; the requested number of bytes may not be deleted. Bytes to the right of the removed bytes will be shifted left.

public abstract int Delete (int count);
abstract member Delete : int -> int
Public MustOverride Function Delete (count As Integer) As Integer

Parameters

count
Int32

The requested number of bytes to delete

Returns

The number of bytes actually deleted

Applies to