log4net SDK Reference

ReadOnlyPropertiesDictionary.Clear Method 

Remove all properties from the properties collection

[Visual Basic]
Overridable Public Sub Clear() _
    Implements IDictionary.Clear
[C#]
public virtual void Clear();

Implements

IDictionary.Clear

Remarks

Missing <remarks> documentation for M:log4net.Util.ReadOnlyPropertiesDictionary.Clear

See Also

ReadOnlyPropertiesDictionary Class | log4net.Util Namespace