Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICustomAttributeProvider.cs
Go to the documentation of this file.
1namespace System.Reflection;
2
4{
5 object[] GetCustomAttributes(bool inherit);
6
7 object[] GetCustomAttributes(Type attributeType, bool inherit);
8
9 bool IsDefined(Type attributeType, bool inherit);
10}
object[] GetCustomAttributes(Type attributeType, bool inherit)
bool IsDefined(Type attributeType, bool inherit)
object[] GetCustomAttributes(bool inherit)