SectionCollection.Item Property (Int32)

TG.INI

SectionCollectionItem Property (Int32)

Gets the IniSection as a given index.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniSection this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As IniSection
	Get
public:
property IniSection^ default[int index] {
	IniSection^ get (int index);
}
member Item : IniSection with get

Parameters

index
Type: SystemInt32
The index of the section.

Return Value

Type: IniSection
IniSection
See Also