Public Property SubItems As List(Of RegistryItem)
Dim instance As RegistryItem Dim value As List(Of RegistryItem) instance.SubItems = value value = instance.SubItems
public List<RegistryItem> SubItems {get; set;}
public: property List<RegistryItem^>^ SubItems { List<RegistryItem^>^ get(); void set ( List<RegistryItem^>^ value); }