'Declaration
Public Interface ITreeDataCollection(Of T As Class) Inherits IDataCollection(Of T)
public interface ITreeDataCollection<T> : IDataCollection<T> where T: class
'Declaration
Public Interface ITreeDataCollection(Of T As Class) Inherits IDataCollection(Of T)
public interface ITreeDataCollection<T> : IDataCollection<T> where T: class