tags:

views:

16

answers:

0
if ((x == 1 && y == "test") || str.Contains("test"))
  ...

how to generate condition in the if block by CodeDOM or LinqExpression Dynamiclly with C#?