How to hide methods of interface!

  • Thread starter Thread starter Ron Liu
  • Start date Start date
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
 
Back
Top