/// <summary> /// Constructs a new ListEntry instance with the appropriate category /// to indicate that it is a list entry. /// </summary> public ListEntry() : base() { Categories.Add(LIST_CATEGORY); elements = new CustomElementCollection(this); }