Interface ICanDebug
Trivial interface just to ensure that we have debug on/off consistent
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface ICanDebug
Properties
Debug
Debug state on/off
bool Debug { get; set; }
Sys
or Internal
namespaces in your code, as future changes could then break your code.
Trivial interface just to ensure that we have debug on/off consistent
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface ICanDebug
Debug state on/off
bool Debug { get; set; }