SyslogBindingCollection.ICollection<SyslogBinding>.Remove Method
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
ICollection<SyslogBinding>.Remove(SyslogBinding)
Removes the first occurrence of a specific item from the collection.
Declaration
bool ICollection<SyslogBinding>.Remove(SyslogBinding item)
Parameters
Type | Name | Description |
---|---|---|
SyslogBinding | item | An item to remove from the collection. |
Returns
Type | Description |
---|---|
Boolean | True if |