scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace System.Runtime.CompilerServices
|
||||
{
|
||||
/// <summary>Indicates that a modified instance is pinned in memory. This class cannot be inherited.</summary>
|
||||
// Token: 0x020002A7 RID: 679
|
||||
public static class IsPinned
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user