'宣言 Public Interface ITreeDataCollection(Of T As Class) Inherits IDataCollection(Of T)
public interface ITreeDataCollection<T> : IDataCollection<T> where T: class
ITreeDataCollection<T> メンバ C1.DataCollection 名前空間