setAt 메소드는 콜렉션에서 지정한 색인에 지정한 요소를 삽입합니다.
Public
int setAt(int index, const void* p)
색인
새 요소를 추가할 색인입니다.
p
추가할 요소입니다.
이 메소드는 다음 값 중 하나를 리턴합니다.