Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
RemoveImpl Method (key)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationConfigDictionaryRemoveImpl(String)
Removes the key.
Declaration Syntax
C#Visual BasicVisual C++
public abstract bool RemoveImpl(
	string key
)
Public MustOverride Function RemoveImpl ( _
	key As String _
) As Boolean
public:
virtual bool RemoveImpl(
	String^ key
) abstract
Parameters
key (String)
The key.
Return Value
true if the key is in the dictionary; otherwise, false

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)