SourceText.CopyTo

SourceText.CopyTo method

Define the interface for get SourceText from array of the source.

public abstract void CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count)
ParameterTypeDescription
sourceIndexInt32The sourceIndex.
destinationChar[]The destination.
destinationIndexInt32The destinationIndex.
countInt32The integer count.

See Also