11 lines
258 B
C#
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
|
|
{
|
|
}
|
|
}
|