CopyTo 메서드
소스 보기CopyTo(KeyValuePair<DeviceVariable, DeviceValue>[], int)
대상 배열의 지정된 인덱스에서 시작하여 전체 항목들을 복사합니다.
선언
public void CopyTo(KeyValuePair<DeviceVariable, DeviceValue>[] array, int arrayIndex)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
KeyValuePair<DeviceVariable, DeviceValue>[] | array | 디바이스 변수/디바이스 값 쌍 배열 |
int | arrayIndex | 시작 인덱스 |