EmptyDictionary Remove Method Apache log4net™ SDK Documentation
Removes the element with the specified key from the EmptyDictionary.

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

public void Remove(
	Object key
)

Implements

OnlineIDictionary Remove(Object)
Exceptions

ExceptionCondition
OnlineSystem InvalidOperationExceptionThis dictionary is always empty and cannot be modified.
Remarks

As the collection is empty no values can be removed. A OnlineInvalidOperationException is thrown if this method is called.

See Also