Gets the value from an IDictionary.

C# | Visual Basic | Visual 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 )


The value.