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?
am having trouble figuring out how to make it generate something like this...
if ((a == b) && (c == d))
{
//stuff
}
Any suggestions?