Are you talking about not using short-circuiting? Short-circuit evaluation is 
part of the standard behavior of the && and || operators. If you're looking 
for something that evaluates both (not sure why), you can use & or |.


On Friday 16 July 2004 1:55 am, Juergen Moeller wrote:
> Hi,
>
> is there a mcs-switch for strict evaluation of boolean expressions? Default
> is non-strict evaluation, isn't ist?
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to