ConfigurationSectionGroupCollection.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a ConfigurationSectionGroup object to this ConfigurationSectionGroupCollection object.
public:
void Add(System::String ^ name, System::Configuration::ConfigurationSectionGroup ^ sectionGroup);
public void Add (string name, System.Configuration.ConfigurationSectionGroup sectionGroup);
member this.Add : string * System.Configuration.ConfigurationSectionGroup -> unit
Public Sub Add (name As String, sectionGroup As ConfigurationSectionGroup)
Parameters
- name
- String
The name of the ConfigurationSectionGroup object to be added.
- sectionGroup
- ConfigurationSectionGroup
The ConfigurationSectionGroup object to be added.
Remarks
By default, this method adds the specified ConfigurationSectionGroup object if it is not already contained within the collection.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.