5 lines
134 B
C#
Raw Normal View History

namespace System {
static class AppContextSwitches {
public const bool ThrowExceptionIfDisposedCancellationTokenSource = true;
}
}