IniSection.Item Property (String)

TG.INI

IniSectionItem Property (String)

Gets an IniKeyValue with a matching key value.

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

Parameters

key
Type: SystemString
The key to match to a IniKeyValue.

Return Value

Type: IniKeyValue
The matching IniKeyValue; otherwise a new IniKeyValue will be returned.
See Also