singrdk/base/Interfaces/Bartok/ConcurrentMSCollector.csi

19 lines
327 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
using System.Runtime.CompilerServices;
using System.Threading;
#if SINGULARITY
using Microsoft.Singularity.Scheduling;
#endif
namespace System.GCs {
[RequiredByBartok]
public class ConcurrentMSCollector : Collector
{
}
}