VB.net: Custom ' TODO: List on an Interface
- by Shiftbit
How do I add my own todo and comments list to appear on Interfaces? I want it to pop up like IDisposable does:
Public Class Foo : Implements IDisposable
Private disposedValue As Boolean = False ' To detect redundant calls
' IDisposable
Protected Overridable Sub Dispose(ByVal disposing As Boolean)
If Not…