IOrderedStreamStorage<TKey>.DeleteAt(Int32) 方法

定义

从存储中删除给定索引处的流。

public:
 bool DeleteAt(int index);
public:
 bool DeleteAt(int index);
bool DeleteAt(int index);
public bool DeleteAt (int index);
abstract member DeleteAt : int -> bool
Public Function DeleteAt (index As Integer) As Boolean

参数

index
Int32

要从存储中删除的流的索引。

返回

Boolean

如果删除成功,则为 True; 否则为 false。

适用于