Performs type checking on the object before inserting it to the
EnhancementOptionsCollection
Syntax
protected override void OnInsert(
int ,
object
)
protected: void OnInsert(
int ,
Object*
) override
protected:
void OnInsert(
int ,
Object^
) override
Parameters
- index
- Index to insert the object
- value
- Enhancement option to be inserted
See Also