5 lines
134 B
C#
5 lines
134 B
C#
|
namespace System {
|
||
|
static class AppContextSwitches {
|
||
|
public const bool ThrowExceptionIfDisposedCancellationTokenSource = true;
|
||
|
}
|
||
|
}
|