ReadOnlyPropertiesDictionary Contains Method Apache log4net™ SDK Documentation
Test if the dictionary contains a specified key

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public bool Contains(
	string key
)

Return Value

Type: OnlineBoolean
true if the dictionary contains the specified key
Remarks

Test if the dictionary contains a specified key

See Also