Click or drag to resize
ReadonlyChannelCollectionCopyTo Method
Copies the entire ReadonlyChannelCollection to a compatible one-dimensional array, starting at the beginning of the target array.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public void CopyTo(
	Channel[] array,
	int arrayIndex
)

Parameters

array
Type: TeamSpeak.Sdk.ClientChannel
The one-dimensional Array that is the destination of the elements copied from ReadonlyChannelCollection.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also