Files
2026-04-10 22:50:51 +02:00

15 lines
327 B
C#

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
{
}
}