Click or drag to resize

IniFileAdd Method (String, Boolean)

Add

Namespace:  VIZCore3D.NET.Utility
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public IniSection Add(
	string section,
	bool ordered = false
)

Parameters

section
Type: SystemString
Section
ordered (Optional)
Type: SystemBoolean
Ordered

Return Value

Type: IniSection
Added Section
See Also