using System; namespace System.Runtime.CompilerServices { /// Indicates that a modified instance is pinned in memory. This class cannot be inherited. // Token: 0x020002A7 RID: 679 public static class IsPinned { } }