EmptyDictionaryKeys Property Apache log4net™ SDK Documentation
Gets an ICollection containing the keys of the EmptyDictionary.

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

public ICollection Keys { get; }

Property Value

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

Implements

IDictionaryKeys
Remarks

As the collection is empty a EmptyCollection is returned.

See Also

Reference