P
pascal_pare
Hi,
Is there a way to declare a using statement with the CodeDom?
Something like:
using (obj = new Object())
{
obj.DoSomething;
}
Thanks,
Pascal Pare
Is there a way to declare a using statement with the CodeDom?
Something like:
using (obj = new Object())
{
obj.DoSomething;
}
Thanks,
Pascal Pare