This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -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;
}
}
}