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

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
{
}
}