log4net SDK Reference

PropertiesDictionary.Remove Method 

Remove the entry with the specified key from this dictionary

[Visual Basic]
Public Sub Remove( _
   ByVal key As String _
)
[C#]
public void Remove(
   string key
);

Parameters

key
the key for the entry to remove

Remarks

Remove the entry with the specified key from this dictionary

See Also

PropertiesDictionary Class | log4net.Util Namespace