
'Declaration Public MustInherit Class TreeCollection(Of T As {New, Element}) Inherits System.Collections.ObjectModel.ObservableCollection(Of T)
public abstract class TreeCollection<T> : System.Collections.ObjectModel.ObservableCollection<T> where T: new(), Element
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
C1.Framework.TreeCollection<T>
C1.Framework.TreeColumnCollection
C1.Framework.TreeRowCollection