Edit

Share via


ISettingsStorageHelper<TKey>.TryDelete(TKey) Method

Definition

Deletes a single item by its key.

public bool TryDelete (TKey key);
abstract member TryDelete : 'Key -> bool
Public Function TryDelete (key As TKey) As Boolean

Parameters

key
TKey

Key of the object.

Returns

A boolean indicator of success.

Applies to