using System; namespace System.Runtime.CompilerServices { /// Indicates that a modified integer is a standard C++ long value. This class cannot be inherited. // Token: 0x020002A6 RID: 678 public static class IsLong { } }