using System; namespace System.Runtime.CompilerServices { /// Indicates that a modifier is neither signed nor unsigned. This class cannot be inherited. // Token: 0x020002A8 RID: 680 public static class IsSignUnspecifiedByte { } }