Update X509CertificateImplApple to reflect latest X509CertificateImpl changes.
[mono.git] / mcs / class / corlib / ReferenceSources / AppContextSwitches.cs
1 namespace System {
2         static class AppContextSwitches {
3                 public const bool ThrowExceptionIfDisposedCancellationTokenSource = true;
4         }
5 }