By my understanding, an interface is just a list of public functions/events/parameters/etc.
I used IDisposable and it inserted a whole bunch of code, including a private variable and comments.
Now I understand that it can be useful to have default code, but that isn't what an interface is supposed to do. But I think just being able to send comments with your interface signitures would be enormously helpful.
Any insight on how it's done? I've been digging around the MSDN and Google and havn't found out. I'm probobly just not knowing the proper term to search for.
I used IDisposable and it inserted a whole bunch of code, including a private variable and comments.
Now I understand that it can be useful to have default code, but that isn't what an interface is supposed to do. But I think just being able to send comments with your interface signitures would be enormously helpful.
Any insight on how it's done? I've been digging around the MSDN and Google and havn't found out. I'm probobly just not knowing the proper term to search for.