11 lines
294 B
C#
11 lines
294 B
C#
using System;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Indicates that a managed pointer represents a pointer parameter within a method signature. This class cannot be inherited.</summary>
|
|
// Token: 0x020002A3 RID: 675
|
|
public static class IsExplicitlyDereferenced
|
|
{
|
|
}
|
|
}
|