'Declaration
<System.SerializableAttribute()> Public Class PropertyValueCollection Inherits System.Collections.Generic.Dictionary(Of String,Object)
'Usage
Dim instance As PropertyValueCollection
[System.Serializable()] public class PropertyValueCollection : System.Collections.Generic.Dictionary<string,object>