'DeclarationPublic ReadOnly Property Dictionary As System.Collections.Generic.Dictionary(Of Integer,Object)
'UsageDim 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;}