PeerCollection.CopyTo
public void CopyTo(Peer[] array, int arrayIndex)
Copies peers of the collection to an array
Parameters
Name | Type | Description |
---|---|---|
array | Peer[] | target array |
arrayIndex | Int32 | array offset |
public void CopyTo(Peer[] array, int arrayIndex)
Copies peers of the collection to an array
Name | Type | Description |
---|---|---|
array | Peer[] | target array |
arrayIndex | Int32 | array offset |