Auto Gen Properties from fields

S

Steve Long

Does anyone know is there is a way to automatically generate properties from
the fields in a class in VB.NET 2003?
So, I type in all of my private fields and now I want to populate the class
with properties to match. Is there a code gen to do this or is there a macro
I can write or something?
Anyone point me in the right direction?

Thanks in advance for any help...
Steve
 
N

Nick Chan

just write your own program to output string. use the string to create
your class
 

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