M
Mark
In version 1.1 of the framework, there is no method for generating a WHILE
loop using the CodeDom namespace. The CodeIterationStatement can be used to
create FOR loops, but not WHILE loops. I'm looking at the version 2.0
documentation online http://msdn2.microsoft.com/library/za6cc751.aspx) and
not seeing any improvement here.
Is there a class available in 2.0 for creating While loops in the CodeDom?
Thanks in advance.
Mark
loop using the CodeDom namespace. The CodeIterationStatement can be used to
create FOR loops, but not WHILE loops. I'm looking at the version 2.0
documentation online http://msdn2.microsoft.com/library/za6cc751.aspx) and
not seeing any improvement here.
Is there a class available in 2.0 for creating While loops in the CodeDom?
Thanks in advance.
Mark