linux-packaging-mono/mcs/class/corlib/corefx/SynchronizationContext.cs

7 lines
143 B
C#
Raw Normal View History

namespace System.Threading
{
partial class SynchronizationContext
{
internal static SynchronizationContext CurrentExplicit => Current;
}
}