Mechno
Mechno
CC#
Created by Mechno on 7/28/2023 in #help
❔ why is .ToList() considered being in a right answer for this problem?
but you can still call both methods at the same time which mean u you can access the 'subscribers' twice at the same time. Once when you are replacing it with new collection and second time when I guess foreach is getting reference to it?
16 replies
CC#
Created by Mechno on 7/28/2023 in #help
❔ why is .ToList() considered being in a right answer for this problem?
It just doesnt feel right that people would just go with that answer or maybe there is something that i am missing
16 replies
CC#
Created by Mechno on 7/28/2023 in #help
❔ why is .ToList() considered being in a right answer for this problem?
The other thread could change the list while tolist is executing on other thread
16 replies
CC#
Created by Mechno on 7/28/2023 in #help
❔ why is .ToList() considered being in a right answer for this problem?
By tolist isnt thread safe or is it?
16 replies
CC#
Created by Mechno on 7/28/2023 in #help
❔ why is .ToList() considered being in a right answer for this problem?
Sorry i meant the answer with green check
16 replies
CC#
Created by Mechno on 7/19/2023 in #help
❔ C# Excel Interop - sensitivity label
that could maybe be a one solution to just kill the app instead of closing it. but still it would be better if there was a way to set that sensitivity label from code.
4 replies