CommonImplementation.SuppressWarnings Method

Definition

Overloads

SuppressWarnings()
SuppressWarnings(Boolean)

SuppressWarnings()

public:
 abstract bool SuppressWarnings();
public abstract bool SuppressWarnings ();
abstract member SuppressWarnings : unit -> bool
Public MustOverride Function SuppressWarnings () As Boolean

Returns

Applies to

SuppressWarnings(Boolean)

public:
 abstract bool SuppressWarnings(bool newValue);
public abstract bool SuppressWarnings (bool newValue);
abstract member SuppressWarnings : bool -> bool
Public MustOverride Function SuppressWarnings (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to