Merge pull request #2124 from mhutch/mono-api-info-forwarders
[mono.git] / mcs / class / corlib / ReferenceSources / AppContextSwitches.cs
1 namespace System {
2         static class AppContextSwitches {
3                 public const bool ThrowExceptionIfDisposedCancellationTokenSource = true;
4         }
5 }