terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ICustomAttributeProvider.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Reflection
4
{
5
// Token: 0x020004D6 RID: 1238
6
public
interface
ICustomAttributeProvider
7
{
8
// Token: 0x060023AB RID: 9131
9
object
[]
GetCustomAttributes
(
bool
inherit
);
10
11
// Token: 0x060023AC RID: 9132
12
object
[]
GetCustomAttributes
(
Type
attributeType
,
bool
inherit
);
13
14
// Token: 0x060023AD RID: 9133
15
bool
IsDefined
(
Type
attributeType
,
bool
inherit
);
16
}
17
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Type
Definition
Type.cs:12
System.Reflection.ICustomAttributeProvider.GetCustomAttributes
object[] GetCustomAttributes(Type attributeType, bool inherit)
System.Reflection.ICustomAttributeProvider.IsDefined
bool IsDefined(Type attributeType, bool inherit)
System.Reflection.ICustomAttributeProvider.GetCustomAttributes
object[] GetCustomAttributes(bool inherit)
System.Reflection.ICustomAttributeProvider
Definition
ICustomAttributeProvider.cs:7
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
ICustomAttributeProvider.cs
Generated by
1.10.0