'Declaration
<__DynamicallyInvokableAttribute()> Public ReadOnly Property Values As System.Collections.Generic.Dictionary(Of String,Object)
'Usage
Dim instance As ParameterValueCollection Dim value As System.Collections.Generic.Dictionary(Of String,Object) value = instance.Values
[__DynamicallyInvokable()] public System.Collections.Generic.Dictionary<string,object> Values {get;}