Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have read from Tom Archer's Inside C# book, saying that data type int is a alias name created by c# for the class System.Int32. If so int should be reference type. But they are saying that it is a value type and when we declare int it will be stored in stack only. I could not get the correct difference...Could any one please help me out in this question...
Thanks in advance,
leslie
I have read from Tom Archer's Inside C# book, saying that data type int is a alias name created by c# for the class System.Int32. If so int should be reference type. But they are saying that it is a value type and when we declare int it will be stored in stack only. I could not get the correct difference...Could any one please help me out in this question...
Thanks in advance,
leslie