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

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

public void Remove(
	Object key
)

Parameters

key
Type: SystemObject
The key of the element to remove.

Implements

IDictionaryRemove(Object)
Exceptions

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

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

See Also

Reference