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.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x020004D6 RID: 1238
6 public interface ICustomAttributeProvider
7 {
8 // Token: 0x060023AB RID: 9131
10
11 // Token: 0x060023AC RID: 9132
13
14 // Token: 0x060023AD RID: 9133
16 }
17}
class f__AnonymousType0<< Count > j__TPar
object[] GetCustomAttributes(Type attributeType, bool inherit)
bool IsDefined(Type attributeType, bool inherit)
object[] GetCustomAttributes(bool inherit)