Determines whether the EmptyDictionary contains an element
with the specified key.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- key
- Type: SystemObject
The key to locate in the EmptyDictionary.
Return Value
Type: Booleanfalse
Implements
IDictionaryContains(Object)Remarks
As the collection is empty the Contains(Object) method always returns false.
See Also