Hi all,
How can I add comments to my own classes in my DLLS?
e.g
When you are coding and use one of microsofts functions/properties in one of the .net framework classes, each param of the function has a comment tooltip in intellisense that describes it, but when you make your own class, there is no such place to do something like this.
So how to implement this in c#.net 2.0 ? please give me solution.
Thanks in advance.
Suraj
How can I add comments to my own classes in my DLLS?
e.g
When you are coding and use one of microsofts functions/properties in one of the .net framework classes, each param of the function has a comment tooltip in intellisense that describes it, but when you make your own class, there is no such place to do something like this.
So how to implement this in c#.net 2.0 ? please give me solution.
Thanks in advance.
Suraj
Comment