SectionCollection.Item Property (String)

TG.INI

SectionCollectionItem Property (String)

Gets the 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 name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As IniSection
	Get
public:
property IniSection^ default[String^ name] {
	IniSection^ get (String^ name);
}
member Item : IniSection with get

Parameters

name
Type: SystemString
The name of the IniSection to get.

Return Value

Type: IniSection
The IniSection, if found; otherwise a new IniSection will be created.
See Also