IStorage.RemoveItem

IStorage.RemoveItem method

Removes the key/value pair with the given key, if a key/value pair with the given key exists.

public void RemoveItem(string key)
ParameterTypeDescription
keyStringItem key string.

See Also