Click or drag to resize

IniFileItem Property

This Section

Namespace:  VIZCore3DX.NET.Utility
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public IniSection this[
	string section
] { get; set; }

Parameters

section
Type: SystemString

Return Value

Type: IniSection

Implements

IDictionaryTKey, TValueItemTKey
See Also