public void RemoveTextComponent(TextComponent text) { throw new NotImplementedException(); }
/// <summary> /// Add a TextComponent to this ImagerySection. /// </summary> /// <param name="text"> /// TextComponent to be added to the section (a copy is made) /// </param> public void AddTextComponent(TextComponent text) { d_texts.Add(text); }