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