IniSection.Item Property (Int32)

TG.INI

IniSectionItem Property (Int32)

Gets the IniEntry at the given index within the collection.

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

Parameters

index
Type: SystemInt32
The index to retrieve the IniEntry.

Return Value

Type: IniEntry
The IniEntry at the given index.
See Also