EmptyDictionaryContains Method Apache log4net™ SDK Documentation
Determines whether the EmptyDictionary contains an element with the specified key.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public bool Contains(
	Object key
)

Parameters

key
Type: SystemObject
The key to locate in the EmptyDictionary.

Return Value

Type: Boolean
false

Implements

IDictionaryContains(Object)
Remarks

As the collection is empty the Contains(Object) method always returns false.

See Also

Reference