SourceText.CopyTo

SourceText.CopyTo method

ソースの配列から SourceText を取得するためのインターフェイスを定義します。

public abstract void CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count)
パラメータタイプ説明
sourceIndexInt32ソースインデックス。
destinationChar[]目的地。
destinationIndexInt32宛先インデックス。
countInt32整数カウント。

関連項目