get_ & set_ Possible Issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sorry if this is a report but, I hope I can convey this well. When setting/getting a property of a class inside its own project, I get

foo.Amoun

When I use intellisense in another project that has a reference to the other projects' class library, I get

foo.get_Amoun

foo.set_Amoun

I would love to have just foo.Amount. Is this a studio 2003 problem with intellisense or a "feature"

Regards
Ada
 
Are both projects in the same language?

ACG said:
Sorry if this is a report but, I hope I can convey this well. When
setting/getting a property of a class inside its own project, I get:
foo.Amount

When I use intellisense in another project that has a reference to the
other projects' class library, I get:
 
Yes, they are both in C#, the only difference is that one is a Windows form project and one is a class library

Reg
Ada


----- Daniel O'Connell wrote: ----

Are both projects in the same language

ACG said:
Sorry if this is a report but, I hope I can convey this well. Whe
setting/getting a property of a class inside its own project, I get
 
Hrmm, thats a strange situation. Have you been able to reproduce it in any
other situations or is it in just this one case?

ACG said:
Yes, they are both in C#, the only difference is that one is a Windows
form project and one is a class library.
 
Back
Top