11 lines
243 B
C#
11 lines
243 B
C#
using System;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Indicates that a modified instance is pinned in memory. This class cannot be inherited.</summary>
|
|
// Token: 0x020002A7 RID: 679
|
|
public static class IsPinned
|
|
{
|
|
}
|
|
}
|