> - What's the Mono's policy about interfaces/methods that are internal
> and not much documented. For example, AccessibleObject has internal
> interface IAccessible, will these methods need to be stubbed out?

We do not need internal classes.  The Microsoft internal classes are
implementation details for their code, that are not necessarily going to
be required for our implementation.

> - Should I stub out all methods inherited from parent classes or only
> those which are expected to be overridden?

Only things that are expected to be overwritten.

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to