Re: IList
- From: "Vadym Stetsyak" <vadym_s@xxxxxxx>
- Date: Mon, 27 Mar 2006 20:14:57 +0300
TC> This looks like it adds a "Contains( )" method to MyDerivedClass, not
TC> overrides the "MyDerivedClass.List.Contains( ) " method. Am I correct?
you cannot override Contains since it is not virtual, you can only reimplement the IList.Contains().
Does this approach suit your needs? If not, why?
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
- Prev by Date: execute gpg commands in dotnet?
- Next by Date: Re: Processor usage in VB program
- Previous by thread: Re: IList
- Next by thread: Re: IList
- Index(es):