using System; namespace System.Runtime.CompilerServices { /// Indicates that a managed pointer represents a pointer parameter within a method signature. This class cannot be inherited. // Token: 0x020002A3 RID: 675 public static class IsExplicitlyDereferenced { } }