TimerEventSubscriptionCollection.CopyTo(Array, Int32) 메서드

정의

지정된 배열 인덱스에서 TimerEventSubscriptionCollection 시작하여 요소를 기존 1차원 Array으로 복사합니다.

public:
 virtual void CopyTo(Array ^ array, int index);
public void CopyTo(Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)

매개 변수

array
Array

에서 복사Array한 요소의 대상인 1차원 TimerEventSubscriptionCollection 입니다. Array 0부터 시작하는 인덱싱이 있어야 합니다.

index
Int32

복사가 시작되는 인덱 array 스(0부터 시작)입니다.

구현

설명

CopyTo는 스레드 안전성을 가지고 있습니다.

적용 대상