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