using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Runtime.CompilerServices { /// Marks a field as volatile. This class cannot be inherited. // Token: 0x02000579 RID: 1401 [Token(Token = "0x2000579")] [ComVisible(true)] public static class IsVolatile { } }