SyslogBindingCollection.GetEnumerator Method
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
GetEnumerator()
Returns an enumerator that iterates through all the bindings in the collection.
Declaration
public IEnumerator<SyslogBinding> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<SyslogBinding> | An enumerator that can be used to iterate through the collection. |