VS2005, C++/CLI
VA does not recognize correctly C++/CLI finalizers.
Alt+G doesnt work on them
they dont appear in the member dropdownlist
they are shown in the completion list, but as inheritet
they show up in tooltips as ctor
they dont show up in the outline window
example:
public ref class test
{
public:
test();
~test();
!test();
}