Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
RemoveImpl Method (key)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationIConfigDictionaryRemoveImpl(String)
Removes the key.
Declaration Syntax
C#Visual BasicVisual C++
bool RemoveImpl(
	string key
)
Function RemoveImpl ( _
	key As String _
) As Boolean
bool RemoveImpl(
	String^ key
)
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)