Method DebugCallIf
DebugCallIf(bool, Action)
Calls the specified action if condition and IsDebugDefined are true
.
[Conditional("DEBUG")]
public static void DebugCallIf(bool condition, Action actionToCall)
Calls the specified action if condition and IsDebugDefined are true
.
[Conditional("DEBUG")]
public static void DebugCallIf(bool condition, Action actionToCall)