I saw a question yesterday which raised (for me) another question. Please look at the following code:
public class Class1 { int A; //as I uderstand, int i
Local struct (value type) variables are stored on the stack, value type fields of a class are stored on the heap.