Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Refactor Overload

...
<Compile Project="..." >
<Refactor>
<OverLoad identifier="Project1.Form1.MySub.o_Var" Types="Integer,String" />
</Refactor>
</Compile>
...

 

Refactor Generic

<Compile Project="..." >
<Refactor>
<Generic identifier="Project1.Form1.MySub.o_Var" Types="Integer,String" />
</Refactor>
</Compile>
 
  • No labels