dimanche 28 mai 2017

VB.NET Inheritance Pattern with Auto Complete Members

I have scoured the web looking for a way to create a class and have it auto populate itself with member functions, much like the way IDisposable does when you press enter after implementing it.

I know I can design my own interfaces, but all member subs, properties and functions get auto populated with 'Throw New Not NotImplementedException()'.

Is there a way these can refer to the 'Base' class as default? eg. MyBase.Sub(), or populate with code that I choose?

Aucun commentaire:

Enregistrer un commentaire