I was here idle, so I had this curiosity, Someone can tell me what\'s the maximum number of variables per method in C#?
I just tried to compile a generated program source with 26*26*26*26 local variables, not method parameters, (they were called @aaaa, @aaab, @aaac and so on), and I hit this limitation:
@aaaa
@aaab
@aaac
error CS0204: Only 65534 locals are allowed