N
news.microsoft.com
How can I create a method and attach a description to it so that if someone
instantiates my object and references the object.method a description of the
method shows up.... just like the vb methods do?
I have tried things like
imports system.componentmodel
<Description("My description")> _
public sub abc()
This still doesnt work.
Thanks
instantiates my object and references the object.method a description of the
method shows up.... just like the vb methods do?
I have tried things like
imports system.componentmodel
<Description("My description")> _
public sub abc()
This still doesnt work.
Thanks