Is it true that - Garbage Collector won't collection the object of struct type
问题 Yesterday, we had a discussion on Gargbage collection. It was discussed that the objects created using Classes are collected by Garbage collector, but it cannot be collected by GC if it is being created using struct I know that structures uses stack and classes uses heap. But, I guess GC never collects unmanaged codes only. So does that mean that the Structure types are unmanaged code. (I don't think so). OR is it that the GC take care of Heap only and not Stack? If yes, then what about int