Quetion about remove from for each
#43
-
|
Can items be removed from the dictionary during a
|
Beta Was this translation helpful? Give feedback.
Answered by
cristianbuse
Jan 20, 2026
Replies: 1 comment 1 reply
-
|
Yes. I specifically allowed it so that it works exactly like Scripting.Dictionary. Note that only |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
YamadaHideki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. I specifically allowed it so that it works exactly like Scripting.Dictionary.
Note that only
Addcan lead to re-allocation.Removewill only update the pointers if there are any existing instances ofIEnumVariant.