SourceText.CopyTo(Int32, Char[], Int32, Int32) 메서드

정의

이 SourceText의 문자 범위를 대상 배열로 복사합니다.

public:
 abstract void CopyTo(int sourceIndex, cli::array <char> ^ destination, int destinationIndex, int count);
public abstract void CopyTo (int sourceIndex, char[] destination, int destinationIndex, int count);
abstract member CopyTo : int * char[] * int * int -> unit
Public MustOverride Sub CopyTo (sourceIndex As Integer, destination As Char(), destinationIndex As Integer, count As Integer)

매개 변수

sourceIndex
Int32
destination
Char[]
destinationIndex
Int32
count
Int32

적용 대상