POV-Ray : Newsgroups : povray.off-topic : C# 4.0 Default parameters : Re: C# 4.0 Default parameters Server Time
9 Oct 2024 19:15:14 EDT (-0400)
  Re: C# 4.0 Default parameters  
From: Darren New
Date: 4 Feb 2009 13:47:44
Message: <4989e2d0$1@news.povray.org>
Darren New wrote:
> Pretty handy.

Actually, what's annoying is that a null delegate doesn't just do nothing 
when you invoke it.  I've never seen a delegate invoked that wasn't guarded with
   if (myptr != null) myptr(...);

Stupid design flaw there, methinks.

-- 
   Darren New, San Diego CA, USA (PST)
   "Ouch ouch ouch!"
   "What's wrong? Noodles too hot?"
   "No, I have Chopstick Tunnel Syndrome."


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.