EmptyDictionary Values Property Apache log4net™ SDK Documentation
Gets an OnlineICollection containing the values of the EmptyDictionary.

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

public ICollection Values { get; }

Property Value

Type: OnlineICollection
An OnlineICollection containing the values of the EmptyDictionary.

Implements

OnlineIDictionary Values
Remarks

As the collection is empty a EmptyCollection is returned.

See Also