Table of Contents

Method DebugCall

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DebugCall(Action)

Calls the specified action IsDebugDefined is true.

[Conditional("DEBUG")]
public static void DebugCall(Action actionToCall)

Parameters

actionToCall Action

Action to call.