A
Armin Zingler
Hi,
is there an Attribute that makes the compiler show a warning/hint whenver
the element that carries the attribute is used? Like the ObsoleteAttribute.
<Warning("bla")> _
sub method
end sub
should cause a warning/hint whereever the method is called.
I didn't find anything here
http://msdn.microsoft.com/en-us/library/39967861.aspx
Armin
is there an Attribute that makes the compiler show a warning/hint whenver
the element that carries the attribute is used? Like the ObsoleteAttribute.
<Warning("bla")> _
sub method
end sub
should cause a warning/hint whereever the method is called.
I didn't find anything here
http://msdn.microsoft.com/en-us/library/39967861.aspx
Armin