f3e3aab35a
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
5 lines
134 B
C#
5 lines
134 B
C#
namespace System {
|
|
static class AppContextSwitches {
|
|
public const bool ThrowExceptionIfDisposedCancellationTokenSource = true;
|
|
}
|
|
} |