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