Files
2026-06-04 11:42:34 +02:00

11 lines
258 B
C#

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