Insert 메서드 소스 보기 Insert(int, DeviceValue) 지정된 인덱스에 디바이스 값을 삽입합니다. 선언 public void Insert(int index, DeviceValue deviceValue) 매개 변수 형식 이름 설명 int index 인덱스 DeviceValue deviceValue 디바이스 값 구현 IList<T>.Insert(int, T)