Table of Contents

Method CopyTo

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

CopyTo(ListeningHost[], int)

Copies all elements from this repository to another compatible repository.

public void CopyTo(ListeningHost[] array, int arrayIndex)

Parameters

array ListeningHost[]

The one-dimensional System.Array that is the destination of the elements copied.

arrayIndex int

The zero-based index in array at which copying begins.