SectionCollection.Contains Method

TG.INI

SectionCollectionContains Method

Determines if the collection contains a section with the provided name.

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

Parameters

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

Return Value

Type: Boolean
True if the collection contains the section; otherwise false.
See Also