Possible Duplicate:
In C#, use of value types vs. reference types
I know the difference between Struct
(Value-Type) and Class
(Reference-Type).
But someone have a Real scenario where a Struct
is really useful?
Possible Duplicate:
In C#, use of value types vs. reference types
I know the difference between Struct
(Value-Type) and Class
(Reference-Type).
But someone have a Real scenario where a Struct
is really useful?