scripts
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace System.Reflection
|
||||
{
|
||||
// Token: 0x02000258 RID: 600
|
||||
[Serializable]
|
||||
internal class MonoGenericCMethod : MonoCMethod
|
||||
{
|
||||
// Token: 0x06001F31 RID: 7985 RVA: 0x00072E70 File Offset: 0x00071070
|
||||
internal MonoGenericCMethod()
|
||||
{
|
||||
throw new InvalidOperationException();
|
||||
}
|
||||
|
||||
// Token: 0x170005C2 RID: 1474
|
||||
// (get) Token: 0x06001F32 RID: 7986
|
||||
public override extern Type ReflectedType
|
||||
{
|
||||
[MethodImpl(MethodImplOptions.InternalCall)]
|
||||
get;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user