Method CallIf
CallIf(bool, Action)
Calls the specified action if condition is true
.
public static void CallIf(bool condition, Action actionToCall)
Calls the specified action if condition is true
.
public static void CallIf(bool condition, Action actionToCall)