IniSectionCollectionAddRange(String) Method
Namespace: DevCase.Core.Application.UserSettingsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void AddRange(
string[] sectionNames
)
Public Sub AddRange (
sectionNames As String()
)
Dim instance As IniSectionCollection
Dim sectionNames As String()
instance.AddRange(sectionNames)
public:
void AddRange(
array<String^>^ sectionNames
)
member AddRange :
sectionNames : string[] -> unit
No code example is currently available or this language may not be supported.
Parameters
- sectionNames String
-
The section names to add.
ArgumentException
|
Section already exists.;section
|