[This is preliminary documentation and is subject to change.]
Copies the elements of the ICollection to a strong-typed BasePeerToPeerConfig[],
starting at a particular BasePeerToPeerConfig[] index.
| C# | Visual Basic | Visual C++ |
public void CopyTo( BasePeerToPeerConfig[] array, int index )
Public Sub CopyTo ( _ array As BasePeerToPeerConfig(), _ index As Integer _ )
public: void CopyTo( array<BasePeerToPeerConfig^>^ array, int index )
- array (array< BasePeerToPeerConfig >[]()[])
- The one-dimensional BasePeerToPeerConfig[] that is the destination of the elements copied from ICollection. The BasePeerToPeerConfig[] must have zero-based indexing.
- index (Int32)
- The zero-based index in array at which copying begins.
Provides the strongly typed member for ICollection.