RandomContainer<Type>::Set
void Set (
    UIndex              idx,
    const Type &        item
);
파라미터
- idx
 세트하고자 하는 항목의 인덱스입니다. 이것은 0과 랜덤 컨테이너의 크기-1 사이의 값이어야 합니다. - item
 지정한 항목의 새로운 값입니다. 
Graphisoft®
GSRootVersion: 1.0
void Set (
    UIndex              idx,
    const Type &        item
);