using System; namespace System.Runtime.CompilerServices { /// Indicates that the modified reference type is a boxed value type. This class cannot be inherited. // Token: 0x0200029F RID: 671 public static class IsBoxed { } }