'Declaration
Public ReadOnly Property Dictionary As System.Collections.Generic.Dictionary(Of Integer,Object)
'Usage
Dim instance As NLicenseKey Dim value As System.Collections.Generic.Dictionary(Of Integer,Object) value = instance.Dictionary
public System.Collections.Generic.Dictionary<int,object> Dictionary {get;}