Gets whether an entry with the specified key exists in this IniFileSection.

Namespace: System.Extensions.IO
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public bool Exists(
	string key
)
Visual Basic
Public Function Exists ( 
	key As String
) As Boolean
Visual C++
public:
bool Exists(
	String^ key
)
F#
member Exists : 
        key : string -> bool 

Parameters

key
Type: System..::..String

[Missing <param name="key"/> documentation for "M:System.Extensions.IO.IniFileSection.Exists(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:System.Extensions.IO.IniFileSection.Exists(System.String)"]

See Also