scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace System.Runtime.CompilerServices
|
||||
{
|
||||
/// <summary>Indicates that the modified reference type is a boxed value type. This class cannot be inherited.</summary>
|
||||
// Token: 0x0200029F RID: 671
|
||||
public static class IsBoxed
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user