Is object value type or reference type
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hi all, Is object value type or reference type or can be of both type !!!! Thanks in advance.
Gaurav
It's a reference type. Value types are primitive types like int,char
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
It's a reference type. Value types are primitive types like int,char
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions