IniSectionCollectionAdd(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 Add(
string sectionName
)
Public Sub Add (
sectionName As String
)
Dim instance As IniSectionCollection
Dim sectionName As String
instance.Add(sectionName)
public:
void Add(
String^ sectionName
)
member Add :
sectionName : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- sectionName String
-
The section name to add.
ArgumentException
|
Section already exists.;section
|