K
Karsten Schramm
Hi I wrote an interface and a class which implements this interface.
I documented the interface methods of the interface.
In a third class I tried the following
if I now press
I expected a tooltiptext whith the <summary> of the interface method.
Unfortunately it shows nothing but the name, parameters and return
value.
Why?
I documented the interface methods of the interface.
In a third class I tried the following
IInterface myIntf = new CClass(); //CClass implements IIinterface
if I now press
myIntf.DoSomething
I expected a tooltiptext whith the <summary> of the interface method.
Unfortunately it shows nothing but the name, parameters and return
value.
Why?