Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetValue Method (dictionary, key, defaultValue)
NamespacesGenesyslab.Desktop.InfrastructureExtensionsGetValue(IDictionary, Object, Object)
Gets the value from an IDictionary.
Declaration Syntax
C#Visual BasicVisual C++
public static Object GetValue(
	this IDictionary dictionary,
	Object key,
	Object defaultValue
)
<ExtensionAttribute> _
Public Shared Function GetValue ( _
	dictionary As IDictionary, _
	key As Object, _
	defaultValue As Object _
) As Object
[ExtensionAttribute]
public:
static Object^ GetValue(
	IDictionary^ dictionary, 
	Object^ key, 
	Object^ defaultValue
)
Parameters
dictionary (IDictionary)
The dictionary.
key (Object)
The key.
defaultValue (Object)
The default value.
Return Value
The value.

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