Removes the value at the specified key.
Namespace: Simol.CacheAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool Remove( string key ) |
Visual Basic |
---|
Public Function Remove ( _ key As String _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Remove( String^ key ) sealed |
Parameters
- key
- Type: System..::..String
The key.