Quick intellisense question....

C

craig

I was just wondering if anyone might know what would cause the properties of
a class to show up in Intellisense as "get_" and "set_" methods instead of
their actual property names. For some reason, some of the properties of one
of my classes are showing up this way in Intellisense, while others show up
as their property names. This has never happened before. VS 2003, .Net
1.1.

Thanks!
 
M

Marc Gravell

Regular .NET classes? I ask because some default interop asssemblies
get "interesting" in how the properties map to COM...

Marc
 
M

Marc Gravell

Not sure, then. I'd be tempted to open it up in reflector to see what
is going on...

Marc
 

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