SourceText.CopyTo

SourceText.CopyTo method

Definieer de interface voor het ophalen van SourceText uit de array van de bron.

public abstract void CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count)
ParameterTypeBeschrijving
sourceIndexInt32De sourceIndex.
destinationChar[]De bestemming.
destinationIndexInt32De bestemmingsindex.
countInt32Het aantal gehele getallen.

Zie ook