Method DoInsideTempIsDarkOverride
DoInsideTempIsDarkOverride(bool?, Action?)
Calls the specified action inside the block which temporary changes value of the IsDarkOverride property.
public static void DoInsideTempIsDarkOverride(bool? tempIsDarkOverride, Action? action)
Parameters
tempIsDarkOverride
bool?Temporary value for the IsDarkOverride property.
action
ActionAction to call.