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