log4net SDK Reference

EmptyDictionary.Values Property

Gets an ICollection containing the values of the EmptyDictionary.

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

Property Value

An ICollection containing the values of the EmptyDictionary.

Implements

IDictionary.Values

Remarks

As the collection is empty a EmptyCollection is returned.

See Also

EmptyDictionary Class | log4net.Util Namespace