[Mono-list] Help: Making class stubbs

Daniel Carrera dcarrera@math.toronto.edu
Thu, 18 Apr 2002 12:03:00 -0400 (EDT)


Hello,

Two questions:

1) I'm going through the documentation at MSDN and sone protected methods
say "[C#] In C#, finalizers are expressed using destructor syntax".

What is the destructor syntax?


2) Do I have to stubb the inherited methods too?  Or just the ones that
say "overriden" in the documentation?  i.e. can I assume that the methods
that Mono will override are the same ones that Microsoft had to override?

Cheers,
Daniel.