[Mono-list] Suggestion: warning "member variable not initialized"

Brian Deacon brian@navelplace.com
07 Jun 2003 13:23:18 -0700


On Sat, 2003-06-07 at 07:03, Thong (Tum) Nguyen wrote:
> Members are implicitly initialized to 0 or null so they do have a
> meaning even if you don't explicitly initialize them...
> 
> ^Tum

Umm... no.

Some [ValueType] types don't even have an equivalent to 0 or null. 
e.g., System.DateTime, IIRC.

Brian