ManagedCommonImplementation.SuppressWarnings Method

Definition

Overloads

SuppressWarnings(Boolean)
SuppressWarnings()

SuppressWarnings(Boolean)

public:
 override bool SuppressWarnings(bool newValue);
public override bool SuppressWarnings (bool newValue);
override this.SuppressWarnings : bool -> bool
Public Overrides Function SuppressWarnings (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to

SuppressWarnings()

public:
 override bool SuppressWarnings();
public override bool SuppressWarnings ();
override this.SuppressWarnings : unit -> bool
Public Overrides Function SuppressWarnings () As Boolean

Returns

Applies to