11 lines
320 B
C#
11 lines
320 B
C#
using System;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Indicates that the modified garbage collection reference represents a reference parameter within a method signature. This class cannot be inherited.</summary>
|
|
// Token: 0x020002A4 RID: 676
|
|
public static class IsImplicitlyDereferenced
|
|
{
|
|
}
|
|
}
|