singrdk/base/Interfaces/Bartok/MarkSweepCollector.csi

16 lines
258 B
Plaintext

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