如果您想要定义期望,您的子集合属性需要是虚拟的:
public abstract class ZooNode { public ZooNode Parent { get; set; } public virtual IList Children { get; set; } }