votes
Do methods create garbage?
This is probably the third time Ive asked if something in C# creates garbage. :P Ive read a couple tutorials but they explain only about using keyword 'new'. Does this mean that garbage is ONLY created when 'new' is used? I ask in tit ...
