SyslogBindingCollection.ICollection<SyslogBinding>.CopyTo Method
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9083)
ICollection<SyslogBinding>.CopyTo(SyslogBinding[], Int32)
Copies the range of elements from the collection to a one-dimensional SyslogBinding array, starting at the specified index of the target array.
Declaration
void ICollection<SyslogBinding>.CopyTo(SyslogBinding[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
SyslogBinding[] | array | One-dimensional zero-based SyslogBinding array that is the destination of the elements copied from the collection. |
Int32 | arrayIndex | A zero-based index in the destination array at which copying begins. |