Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.Common.Util.DeprecationUtilities Class Reference

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...
 

Detailed Description

Utility class to display deprecation message at runtime.

Member Function Documentation

static void Google.Api.Ads.Common.Util.DeprecationUtilities.ShowDeprecationMessage ( MemberInfo  memberInfo)
inlinestatic

Writes a deprecation message to Trace stream.

Parameters
memberInfoDetails of the deprecated member.

The member corresponding to memberInfo should be annotated with an ObsoleteAttribute.


The documentation for this class was generated from the following file: