'Declaration
Public Shadows Property Attributes As System.Collections.Hashtable
'Usage
Dim instance As NImage Dim value As System.Collections.Hashtable instance.Attributes = value value = instance.Attributes
public new System.Collections.Hashtable Attributes {get; set;}