Method DebugCall
DebugCall(Action)
Calls the specified action IsDebugDefined is true
.
[Conditional("DEBUG")]
public static void DebugCall(Action actionToCall)
Parameters
actionToCall
ActionAction to call.
Calls the specified action IsDebugDefined is true
.
[Conditional("DEBUG")]
public static void DebugCall(Action actionToCall)
actionToCall
ActionAction to call.