oh dear
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Runtime.CompilerServices
|
||||
{
|
||||
/// <summary>Marks a field as volatile. This class cannot be inherited.</summary>
|
||||
// Token: 0x0200055B RID: 1371
|
||||
[Token(Token = "0x200055B")]
|
||||
[ComVisible(true)]
|
||||
public static class IsVolatile
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user