How to hide methods of interface!

R

Ron Liu

Hi all,

How to hide methods of interface? All the MSDN said it is not possible. I
also did lots of tests, and got the same answer.

However, I found there are some classes in .net framework did hide some
properties of their interface. Look at the StringCollection for example. The
StringCollection implement the IList interface. The IList interface has a
property named IsFixedSize. But, to my surprise, there is no IsFixedSize in
StringCollection. I was pullzed for sevral days. could anyone give me a
explaination?

Thanks in advance!!!

Ron
 

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