Doing "&&" in codeDOM

G

Guest

I have figured out how to do a CodeConditionStatement (if) in CodeDOM, but I
am having trouble figuring out how to make it generate something like this...

if ((a == b) && (c == d))
{
//stuff
}

Any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top