본문으로 건너뛰기

Add

Overloads

NameDescription
Add(string section, Dictionary<string, IniValue> values, bool ordered)Add
Add(string section, IniSection value)Add
Add(string section, bool ordered)Add

Add(string section, Dictionary<string, IniValue> values, bool ordered)

public IniSection Add(string section, Dictionary&lt;string, IniValue&gt; values, bool ordered)

Add

Parameters

NameTypeDescription
sectionstringSection
valuesDictionary<string, IniValue>Values
orderedboolOrdered

Returns

TypeDescription
IniSectionAdded Section

Add(string section, IniSection value)

public IniSection Add(string section, IniSection value)

Add

Parameters

NameTypeDescription
sectionstringSection
valueIniSectionValue

Returns

TypeDescription
IniSectionAdded Section

Add(string section, bool ordered)

public IniSection Add(string section, bool ordered)

Add

Parameters

NameTypeDescription
sectionstringSection
orderedboolOrdered

Returns

TypeDescription
IniSectionAdded Section