FileStreamStorage<TKey>.Delete(TKey) Méthode

Définition

Supprimer du stockage le flux identifié par la clé donnée.

public:
 virtual bool Delete(TKey key);
public:
 bool Delete(TKey key);
bool Delete(TKey key);
public bool Delete (TKey key);
abstract member Delete : 'Key -> bool
override this.Delete : 'Key -> bool
Public Function Delete (key As TKey) As Boolean

Paramètres

key
TKey

Clé.

Retours

Boolean

True si la suppression a réussi ; sinon, false.

Implémente

S’applique à