CommonImplementation.SkipDeleteMethod Method

Definition

Overloads

SkipDeleteMethod()
SkipDeleteMethod(Boolean)

SkipDeleteMethod()

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

Returns

Applies to

SkipDeleteMethod(Boolean)

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

Parameters

newValue
Boolean

Returns

Applies to