SectionCollection.Find Method

TG.INI

SectionCollectionFind Method

Searches the collection for an IniSection by the name.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniSection Find(
	string name
)
Public Function Find ( 
	name As String
) As IniSection
public:
IniSection^ Find(
	String^ name
)
member Find : 
        name : string -> IniSection 

Parameters

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

Return Value

Type: IniSection
The IniSection, if found; otherwise null.
See Also