PC Review


Reply
Thread Tools Rate Thread

How to Hide inherited Object members from intellisense?

 
 
wackyphill@yahoo.com
Guest
Posts: n/a
 
      13th Sep 2005
...Such as ToString(), Equals(), etc.

[EditorBrowsable(EditorBrowsableState.Never)]
public override String ToString() { return base.ToString(); }

The above doesn't work.

Any ideas? And before you ask, Yes I do have a sane reason for wanting
to do this.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
To Hide inherited members Tommaso Caldarola Microsoft C# .NET 5 19th Apr 2006 06:55 PM
How to Hide inherited Object members from intellisense? wackyphill@yahoo.com Microsoft C# .NET 4 14th Sep 2005 03:21 PM
How to Hide inherited Object members from intellisense when coding? wackyphill@yahoo.com Microsoft VB .NET 1 14th Sep 2005 03:20 PM
access from one inherited to the other inherited class newbie_csharp Microsoft C# .NET 6 26th Oct 2004 03:45 PM
Modifying inherited menu in inherited form BillyM Microsoft C# .NET 1 24th Nov 2003 05:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:38 PM.