El s?, 07-06-2003 a las 23:40, Jonathan Stowe escribi�:
> >
> > Prints 01.01.0001 00:00:00.
> >
> 
> But try comparing that to 0 or null ;-)

Try comparing it to DateTime.MinValue :-/

What Thong meant was that the initialization of those fields is
equivalent to this stuff in C:

typedef struct {
        int field1;
        char *field2;
} X;

......
X *x = malloc (sizeof (X));
memset (x, 0, sizeof (X));
......

-Gonzalo


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to