scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user