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