'Declaration <System.Reflection.DefaultMemberAttribute("Item")> Public Class FloatingObjectCollection(Of T As FloatingObject) Inherits NotifyCollection(Of T)
'Usage Dim instance As FloatingObjectCollection(Of T)
[System.Reflection.DefaultMember("Item")] public class FloatingObjectCollection<T> : NotifyCollection<T> where T: FloatingObject