EmptyDictionary Contains 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: 1.2.15.0 (1.2.15.0)
Syntax

public bool Contains(
	Object key
)

Return Value

Type: OnlineBoolean
false

Implements

OnlineIDictionary Contains(Object)
Remarks

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

See Also