Table of Contents

Method ContainsKey

Namespace
Sisk.IniConfiguration
Assembly
Sisk.IniConfiguration.dll

ContainsKey(string)

Gets an boolean indicating if the specified key/property name is defined in this IniSection.

public bool ContainsKey(string key)

Parameters

key string

The property name.

Returns

bool

An bool indicating if the specified property name is defined or not.