PropertyBag Conversion (DictionaryString, String to PropertyBag) |
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic static implicit operator PropertyBag (
Dictionary<string, string> props
)
Public Shared Widening Operator CType (
props As Dictionary(Of String, String)
) As PropertyBag
Parameters
- props DictionaryString, String
Return Value
PropertyBag
See Also