scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
namespace System.Reflection.Emit
|
||||
{
|
||||
// Token: 0x020001FB RID: 507
|
||||
internal interface TokenGenerator
|
||||
{
|
||||
// Token: 0x06001A9B RID: 6811
|
||||
int GetToken(string str);
|
||||
|
||||
// Token: 0x06001A9C RID: 6812
|
||||
int GetToken(MemberInfo member);
|
||||
|
||||
// Token: 0x06001A9D RID: 6813
|
||||
int GetToken(MethodInfo method, Type[] opt_param_types);
|
||||
|
||||
// Token: 0x06001A9E RID: 6814
|
||||
int GetToken(SignatureHelper helper);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user