Click or drag to resize

PropertyBag   Conversion (DictionaryString, String to PropertyBag)

Converts the specified DictionaryTKey, TValue to a PropertyBag structure.

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

Parameters

props  DictionaryString, String

Return Value

PropertyBag
See Also