EmptyDictionary Keys Property Apache log4net™ SDK Documentation
Gets an OnlineICollection containing the keys of the EmptyDictionary.

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

public ICollection Keys { get; }

Property Value

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

Implements

OnlineIDictionary Keys
Remarks

As the collection is empty a EmptyCollection is returned.

See Also