L
Luigi
Hi all,
having a List<bool> (C# 2.0) how can I extract a boolean value that is true
if *all* value in the list is true, and false if almost one of them is false?
Thanks in advance.
having a List<bool> (C# 2.0) how can I extract a boolean value that is true
if *all* value in the list is true, and false if almost one of them is false?
Thanks in advance.