B
Boon
Is there a way to surpress the obsolete warnings on a function being used
inside another function that will be obsolete?
C# has something like
#pragma warning disable 0612
// Call obsolete type/enum member here
#pragma warning restore 0612
Is there a way to do this in VB.net?
Thanks
inside another function that will be obsolete?
C# has something like
#pragma warning disable 0612
// Call obsolete type/enum member here
#pragma warning restore 0612
Is there a way to do this in VB.net?
Thanks