Table of Contents

Method Remove

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

Remove(string)

Removes the value associated with the specified key from the StringKeyStore. Throws an exception if the store is read-only.

public bool Remove(string key)

Parameters

key string

The key of the value to remove.

Returns

bool

true if the key was successfully removed; otherwise, false.