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