다음을 통해 공유


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는 스레드로부터 안전합니다.

적용 대상