25 lines
524 B
C#
25 lines
524 B
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace System.Reflection
|
|
{
|
|
// Token: 0x02000257 RID: 599
|
|
[Serializable]
|
|
internal class MonoGenericMethod : MonoMethod
|
|
{
|
|
// Token: 0x06001F2F RID: 7983 RVA: 0x00072E60 File Offset: 0x00071060
|
|
internal MonoGenericMethod()
|
|
{
|
|
throw new InvalidOperationException();
|
|
}
|
|
|
|
// Token: 0x170005C1 RID: 1473
|
|
// (get) Token: 0x06001F30 RID: 7984
|
|
public override extern Type ReflectedType
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
get;
|
|
}
|
|
}
|
|
}
|