//
// Copyright (c) Microsoft Corporation. All rights reserved.
using System.Runtime.CompilerServices;
using System.Threading;
namespace System.GCs {
[RequiredByBartok]
public class MarkSweepCollector : Collector
{
}