scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user