[Mono-list] Keyword this or base expected(CS1018)

Rob Brown-Bayliss rbb@orcon.net.nz
Sun, 22 Aug 2004 21:57:36 +1200


On Sun, 2004-08-22 at 19:54, Gaurav Vaish wrote:
> Rob,
> 
>   Can you give the details of:
> 
>   - The base class (namespace, name and preferably, also the constructors)
>   - What you intend to do in your sub-class, if non-classified.
> 
>   We may be able to help you better...

namespace is just one of my own and not really important.  What I am
trying to do is my base class is basically common code surrounding a
treeview, I then generate 4 of these with a couple of extra methods for
differing purposes, but 90% of the code around the 4 treeviews will be
the same, hence the base calls and child classes...

--
Rob Brown-Bayliss

________________________________________________________________________