Click or drag to resize

PropertyBag   Conversion (PropertyBag to DictionaryString, String)

Converts the specified PropertyBag structure to a DictionaryTKey, TValue.

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public static implicit operator Dictionary<string, string> (
	PropertyBag bag
)

Parameters

bag  PropertyBag

Return Value

DictionaryString, String
See Also