Notifications
Clear all
[Closed] A faster method for retrieving element count
Page 2 / 2
Prev
1 Reply
I didn’t test this particular function for leaks, but c# methods where something left undisposed are prone to that.
I had to re-implement some Matrix3 class methods because of that. That’s a downside of c# sdk for sure, let alone that you can’t return values easily.
Sep 24, 2019 4:40 pm
in this case it seems not necessary. they are .net objects in local scope. so the mxs values will be immediately collected and so .net objects will be atomically destructed.
i don’t see a reason to force it.
Page 2 / 2
Prev