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; }
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; }