Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ITreeDataCollection<T> Interface
The type of the items
Members

In This Topic
    ITreeDataCollection<T> Interface
    In This Topic
    Abstract collection whose items are parent of other items of the same type.
    Syntax
    'Declaration
     
    
    Public Interface ITreeDataCollection(Of T As Class) 
       Inherits IDataCollection(Of T) 
    public interface ITreeDataCollection<T> : IDataCollection<T>  
    where T: class
    Type Parameters
    T
    The type of the items
    See Also