Thread
:
Data Types in C#
View Single Post
coderzone
Team Leader
21May2007,13:48
Code:
int i = new int();
is allowed.