Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICustomAttributeProvider.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
public
interface
ICustomAttributeProvider
4
{
5
object
[]
GetCustomAttributes
(
bool
inherit);
6
7
object
[]
GetCustomAttributes
(
Type
attributeType,
bool
inherit);
8
9
bool
IsDefined
(
Type
attributeType,
bool
inherit);
10
}
System.Type
Definition
Type.cs:14
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:4
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
ICustomAttributeProvider.cs
Generated by
1.10.0