|
Ads API .NET library
|
Utility class to display deprecation message at runtime. More...
Static Public Member Functions | |
| static void | ShowDeprecationMessage (MemberInfo memberInfo) |
| Writes a deprecation message to Trace stream. More... | |
Utility class to display deprecation message at runtime.
|
inlinestatic |
Writes a deprecation message to Trace stream.
| memberInfo | Details of the deprecated member. |
The member corresponding to memberInfo should be annotated with an ObsoleteAttribute.