DictionaryDataStoreAdapter Constructor | Glimpse API Documentation |
Initializes a new instance of the DictionaryDataStoreAdapter class.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public DictionaryDataStoreAdapter( IDictionary dictionary )
public DictionaryDataStoreAdapter( IDictionary dictionary )
Parameters
- dictionary
- Type: System.Collections IDictionary
The dictionary.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Throws an exception if a generic dictionary does not have a value of type Object and a key of either String or Object. |
See Also