'Declaration Protected items As List(Of T)
'Usage Dim instance As NotifyCollectionBase(Of T) Dim value As List(Of T) value = instance.items instance.items = value
protected List<T> items
'Declaration Protected items As List(Of T)
'Usage Dim instance As NotifyCollectionBase(Of T) Dim value As List(Of T) value = instance.items instance.items = value
protected List<T> items