log4net SDK Reference

EmptyDictionary.Keys Property

Gets an ICollection containing the keys of the EmptyDictionary.

[Visual Basic]
NotOverridable Public ReadOnly Property Keys As ICollection _
    Implements IDictionary.Keys
[C#]
public System.Collections.ICollection Keys {get;}

Property Value

An ICollection containing the keys of the EmptyDictionary.

Implements

IDictionary.Keys

Remarks

As the collection is empty a EmptyCollection is returned.

See Also

EmptyDictionary Class | log4net.Util Namespace