/// <summary> /// Removes the named feature from this set of features. /// </summary> /// <param name="name">The name of the feature of interest.</param> public virtual void remove(string name) { features.remove(name); }