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!
Regular .NET classes? I ask because some default interop asssemblies
get "interesting" in how the properties map to COM...
Marc
-----------------------------------------------Reply-----------------------------------------------
Yes, regular .NET classes.
Thanks!
"Marc Gravell" <marc.grav
@gmail.com> wrote in message
news:exXyy73pHHA.4396@TK2MSFTNGP02.phx.gbl...
> Regular .NET classes? I ask because some default interop asssemblies get
> "interesting" in how the properties map to COM...
> Marc
Not sure, then. I'd be tempted to open it up in reflector to see what
is going on...
Marc