 | 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)
Syntaxpublic void CopyTo(
Channel[] array,
int arrayIndex
)
Public Sub CopyTo (
array As Channel(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<Channel^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : Channel[] *
arrayIndex : int -> unit
override CopyTo :
array : Channel[] *
arrayIndex : int -> unit
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