Gets an ICollection containing the values of the EmptyDictionary.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: ICollectionAn ICollection containing the values of the EmptyDictionary.
Implements
IDictionaryValuesRemarks
As the collection is empty a EmptyCollection is returned.
See Also