Click or drag to resize

IniFileItem Property

This Section

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

Parameters

section
Type: SystemString

Return Value

Type: IniSection

Implements

IDictionaryTKey, TValueItemTKey
See Also