Files
Dec2017-Script-Dump/mscorlib/System/Runtime/CompilerServices/IsLong.cs
T
2026-06-04 11:42:34 +02:00

11 lines
249 B
C#

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