[]
树节点接口
public interface ITreeNode
子节点
IEnumerable<ITreeNode> Children { get; set; }
文本
string Text { get; set; }