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

11 lines
241 B
C#

using System;
namespace System.Runtime.CompilerServices
{
/// <summary>Indicates that the modified type has a const modifier. This class cannot be inherited.</summary>
// Token: 0x020002A1 RID: 673
public static class IsConst
{
}
}