|
-
Jul 5th, 2002, 01:05 PM
#1
Thread Starter
PowerPoster
Question regarding creating custom classes
I've noticed that when I create an instance of my own custom class, I do not get intellisense for some of the overrideable type memebers from System.Object, for example, ToString(), GetHashCode(), Equals(). However, if I try to use them, I will be given back a result. Can someone tell me how to get the intellisense without overriding the default implementation?
Thanks
-
Jul 5th, 2002, 05:38 PM
#2
I am not sure if this is what your asking, but I use Ctrl + Space to pull up the intellisense window for a control or variable that I started typing. It helps me out when I don't know the whole name of it. It might also work with methods/properties of that class...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|