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