Files
linux-packaging-mono/mcs/class/corlib/ReferenceSources/AppContextSwitches.cs

5 lines
134 B
C#
Raw Normal View History

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