scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user