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