TG.INI
IniDocumentItem Property |
Gets a IniSection by name.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniSection this[ string SectionName ] { get; }
Public ReadOnly Default Property Item ( SectionName As String ) As IniSection Get
public: property IniSection^ default[String^ SectionName] { IniSection^ get (String^ SectionName); }
member Item : IniSection with get
Parameters
- SectionName
- Type: SystemString
The name of the IniSection to get.
Return Value
Type: IniSectionThe IniSection, if found; otherwise null.
See Also