Share via


NativeCommonImplementation.SkipPostLoad Method

Definition

Overloads

SkipPostLoad()
SkipPostLoad(Boolean)

SkipPostLoad()

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

Returns

Applies to

SkipPostLoad(Boolean)

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

Parameters

newValue
Boolean

Returns

Applies to