ITreeNode public interface ITreeNode Documentation bool isDirectory { get; } string name { get; } int size { get; } int time { get; }