private int m_Count = -1; //下级分类的总数量 internal ClassifyChildrenCollection(Classify parent) { this.m_Parent = parent; }