BindingCollection.ICollection<Binding>.CopyTo Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
ICollection<Binding>.CopyTo(Binding[], Int32)
Copies the range of elements from the collection to a one-dimensional Binding array, starting at the specified index of the target array.
Declaration
void ICollection<Binding>.CopyTo(Binding[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
Binding[] | array | One-dimensional zero-based Binding 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. |