Class DictionaryStringStringHelper
Helper methods for IDictionaryStringString
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class DictionaryStringStringHelper
Methods
ToDictionary(ComWrapper<IDictionaryStringString>)
Convert COM dictionary to a plain C# dictionary, releasing all COM objects when done
Declaration
public static Dictionary<string, string> ToDictionary(this ComWrapper<IDictionaryStringString> dictCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<IDictionaryStringString> | dictCom |
Returns
| Type | Description |
|---|---|
| Dictionary<string, string> |