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