Re: Struct vs Class
- From: JohnGoogle@xxxxxxxxxxxxx
- Date: 28 Oct 2006 16:12:51 -0700
Thanks Dave,
I do override Equals and GetHashcode already. I guess I'll change it
back to a class. Thank you for you feedback. From what I had read, I
thought this was the case.
As a newbie, I'm interested in how much boxing / unboxing will be going
on when I define a struct as opposed to a class. I've just got Jeffrey
Richter's CLR via C# which seems to show me how to determine this via
the IL Disassembler. Some investigations to be done!
Thanks.
John.
.
- Follow-Ups:
- Re: Struct vs Class
- From: Bruce Wood
- Re: Struct vs Class
- References:
- Struct vs Class
- From: JohnGoogle
- Re: Struct vs Class
- From: Dave Sexton
- Struct vs Class
- Prev by Date: Re: Inner Class Extends Outer Class
- Next by Date: Re: C# and SQL-Server Stored Procedures
- Previous by thread: Re: Struct vs Class
- Next by thread: Re: Struct vs Class
- Index(es):
Relevant Pages
|
Loading