Code Dom

  • Thread starter Thread starter Wayne
  • Start date Start date
W

Wayne

I'm working on adding some Set Statements to a property, 1.1 frame work.
However, the Add allows for CodeExpression or CodeStatement, but the Insert
only allows for CodeStatement. I have a CodeExpresion that I need to make
the first line in the SetStatments. Other than clearing and re-adding
everything, anyone have a suggestion on how to do this?

--
Thanks
Wayne Sepega
Jacksonville, Fl


"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
 
Hi Wayne,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to insert a CodeExpression to
the first line in the SetStatements. However, Insert method doesn't have an
overload for inserting a CodeExpression. If there is any misunderstanding,
please feel free to let me know.

I don't know why this overload was missed. However, currently, I think the
only workaround is to clear and re-adding everyting. Sorry for the
inconvenience.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
That's what I wanted. Is there anywhere to report the overload missing? or
is the initial post I made sufficient?

Thanks
Wayne
 
Hi Wayne,

If you have good suggestions for our product, please feel fee to send mails
to (e-mail address removed). Your suggestions will be highly appreciated. Thank
you!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 

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

Similar Threads

TollBox Pushpin effect 2
Beta 2 News Groups 1
Profiling tool for C# and .net 2.0 2
windows form datagrid questions 2
XmlSerializer 3
///Summary <-- help file generation 2
XmlCodeExporter 3
Formless application 11

Back
Top