Determines whether the EmptyDictionary contains an element
with the specified key.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- key
- Type:
System Object
The key to locate in the EmptyDictionary.
Return Value
Type:
false
Implements

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