AssociativeContainer<IndexType, ItemType>::Set
void Set ( const IndexType & idx, const ItemType & item );
파라미터
- idx
세트할 항목의 인덱스입니다. 반드시 존재하는 인덱스이어야 합니다. - item
지정한 항목의 새로운 값입니다.
설명
만약 일치하는 인덱스를 발견하지 못하면 IllegalReferenceException 예외가 던져질 것입니다.
Graphisoft®
GSRootVersion: 1.0
void Set ( const IndexType & idx, const ItemType & item );
만약 일치하는 인덱스를 발견하지 못하면 IllegalReferenceException 예외가 던져질 것입니다.