A serializable dictionary. The values of the dictionary must inherit from ValueType as does int, bool, double and DateTime etc. Strings, Nullables, Arrays and Lists of theses types are also supported, e.g. double?[].

Namespace:  Mindroute.Core.Collections
Assembly:  Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)

Syntax

C#
[SerializableAttribute]
public class PropertyDictionary : Dictionary<string, Object>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PropertyDictionary _
	Inherits Dictionary(Of String, Object)

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.Dictionary<(Of <(String, Object>)>)
    Mindroute.Core.Collections..::.PropertyDictionary

See Also